Remove `expout*' globals from parser-defs.h
[deliverable/binutils-gdb.git] / gdb / language.h
index ded595f0040da14c50d0927ca1ec122714aeefe4..9e95bf2668396b26ea74aeda9ec67d9f5467a7b2 100644 (file)
@@ -34,6 +34,7 @@ struct ui_file;
 struct value_print_options;
 struct type_print_options;
 struct lang_varobj_ops;
+struct parser_state;
 
 #define MAX_FORTRAN_DIMS  7    /* Maximum number of F77 array dims.  */
 
@@ -164,7 +165,7 @@ struct language_defn
 
     /* Parser function.  */
 
-    int (*la_parser) (void);
+    int (*la_parser) (struct parser_state *);
 
     /* Parser error function.  */
 
This page took 0.025188 seconds and 4 git commands to generate.