]> git.saurik.com Git - bison.git/blobdiff - src/output.h
* configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
[bison.git] / src / output.h
index 5b294fc9d1c9d00da465a3c60cc2454248b5d9c7..53cef8960d13d6c500980d9cc1e4367b7a9d6456 100644 (file)
@@ -26,10 +26,4 @@ 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;
-
 #endif /* !OUTPUT_H_ */