]> 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 d12c125d0e2ab01463e98bc19027e059f7d5a54a..53cef8960d13d6c500980d9cc1e4367b7a9d6456 100644 (file)
@@ -26,9 +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 token_definitions_output PARAMS ((FILE *out));
-
-extern struct obstack muscle_obstack;
-
 #endif /* !OUTPUT_H_ */