]> git.saurik.com Git - bison.git/blobdiff - src/output.h
* data/yacc.c (m4_int_type): New.
[bison.git] / src / output.h
index 67d5078fb3af5d3f442d9dfaf060f10f0d5a04e8..ece5b2f7027fe4659c7df08dafe6984689c54aa1 100644 (file)
@@ -24,9 +24,6 @@
 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));
+void output (void);
 
 #endif /* !OUTPUT_H_ */