]> git.saurik.com Git - bison.git/blobdiff - src/output.h
(YY_USER_INIT): Initialize code_start, too.
[bison.git] / src / output.h
index d12c125d0e2ab01463e98bc19027e059f7d5a54a..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 token_definitions_output PARAMS ((FILE *out));
-
-extern struct obstack muscle_obstack;
+void output (void);
 
 #endif /* !OUTPUT_H_ */