* ada-lang.c (ada_make_symbol_completion_list): Add 'code'
[deliverable/binutils-gdb.git] / gdb / expression.h
index a66784550f4c64b13792cfd329da7e4a47fcdb81..1a2b62a8dbe2b0bf5bef633103036661d3602cfe 100644 (file)
@@ -98,7 +98,8 @@ struct expression
 
 extern struct expression *parse_expression (char *);
 
-extern struct type *parse_expression_for_completion (char *, char **);
+extern struct type *parse_expression_for_completion (char *, char **,
+                                                    enum type_code *);
 
 extern struct expression *parse_exp_1 (char **, CORE_ADDR pc,
                                       const struct block *, int);
This page took 0.024371 seconds and 4 git commands to generate.