Remove `expout*' globals from parser-defs.h
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index c0532781fba0116d476d7daaf6b8042a786e25cb..6356cfaccde92156c3e2e22aa9eb17537f03fd1a 100644 (file)
@@ -23,6 +23,7 @@
 struct frame_info;
 struct inferior;
 struct type_print_options;
+struct parser_state;
 
 #include "value.h"
 #include "gdbtypes.h"
@@ -169,7 +170,7 @@ extern int ada_get_field_index (const struct type *type,
                                 const char *field_name,
                                 int maybe_missing);
 
-extern int ada_parse (void);    /* Defined in ada-exp.y */
+extern int ada_parse (struct parser_state *);    /* Defined in ada-exp.y */
 
 extern void ada_error (char *); /* Defined in ada-exp.y */
 
This page took 0.032851 seconds and 4 git commands to generate.