]> git.saurik.com Git - bison.git/blobdiff - src/output.h
* src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
[bison.git] / src / output.h
index 9a2dcb8f3b7c00d523ad057ed1c855ae7c7dea42..78cc9b84e1b301dddbe24a30a76a65f72e5f9efc 100644 (file)
 #ifndef OUTPUT_H_
 # define OUTPUT_H_
 
+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_ */