]> git.saurik.com Git - bison.git/blobdiff - src/output.h
* src/lalr.c (matrix_print): New.
[bison.git] / src / output.h
index 7bd3184af0c87929aecf8e33918689e39ec7ece9..2a00964f531d4b7020cbf7a1d28383f77b8e9748 100644 (file)
 #ifndef OUTPUT_H_
 # define OUTPUT_H_
 
-/* Output constant strings to the beginning of certain files.  */
-void output_headers PARAMS ((void));
-
-/* Output constant strings to the ends of certain files.  */
-void output_trailers PARAMS ((void));
+extern int error_verbose;
 
 /* Output the parsing tables and the parser code to FTABLE.  */
 void output PARAMS ((void));