]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/expression.h
import gdb-19990422 snapshot
[thirdparty/binutils-gdb.git] / gdb / expression.h
index 310b2e297acb582ac0b6021a4369e3d0909010ec..52471c5a9f631d928ca5e3f85f50766f35c473ef 100644 (file)
@@ -370,13 +370,11 @@ extern void print_expression PARAMS ((struct expression *, GDB_FILE *));
 
 extern char *op_string PARAMS ((enum exp_opcode));
 
-#ifdef MAINTENANCE_CMDS
 extern void dump_prefix_expression PARAMS ((struct expression *,
                                            GDB_FILE *,
                                            char *));
 extern void dump_postfix_expression PARAMS ((struct expression *,
                                             GDB_FILE *,
                                             char *));
-#endif /* MAINTENANCE_CMDS */
 
 #endif /* !defined (EXPRESSION_H) */