Remove `expout*' globals from parser-defs.h
[deliverable/binutils-gdb.git] / gdb / go-lang.h
index 726b7add2d1b55c843ee70bfd8fb44380943a003..1fe12fa5c94f1e0a365bb4b938812176be977cd4 100644 (file)
@@ -26,6 +26,8 @@ struct type_print_options;
 #include "symtab.h"
 #include "value.h"
 
+struct parser_state;
+
 struct builtin_go_type
 {
   struct type *builtin_void;
@@ -56,7 +58,7 @@ enum go_type
 
 /* Defined in go-exp.y.  */
 
-extern int go_parse (void);
+extern int go_parse (struct parser_state *);
 
 extern void go_error (char *);
 
This page took 0.038799 seconds and 4 git commands to generate.