]> git.saurik.com Git - bison.git/blobdiff - src/output.h
* src/lalr.c (build_relations): Rename `states' as `states1'.
[bison.git] / src / output.h
index 2a00964f531d4b7020cbf7a1d28383f77b8e9748..78cc9b84e1b301dddbe24a30a76a65f72e5f9efc 100644 (file)
@@ -26,4 +26,6 @@ extern int error_verbose;
 /* Output the parsing tables and the parser code to FTABLE.  */
 void output PARAMS ((void));
 
+extern struct obstack muscle_obstack;
+
 #endif /* !OUTPUT_H_ */