]> git.saurik.com Git - bison.git/blobdiff - src/output.h
(conflicts_print): If the user specifies "%expect N", report an error
[bison.git] / src / output.h
index 5b294fc9d1c9d00da465a3c60cc2454248b5d9c7..ece5b2f7027fe4659c7df08dafe6984689c54aa1 100644 (file)
 extern int error_verbose;
 
 /* Output the parsing tables and the parser code to FTABLE.  */
-void output PARAMS ((void));
-
-void actions_output PARAMS ((FILE *out));
-void guards_output PARAMS ((FILE *out));
-void token_definitions_output PARAMS ((FILE *out));
-
-extern struct obstack muscle_obstack;
+void output (void);
 
 #endif /* !OUTPUT_H_ */