X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/aa7815f5c6e8e07a85e47df9cd7b579468969efb..f67d13aa6c0869bae958cd2a8b795468464ecf13:/src/output.h diff --git a/src/output.h b/src/output.h index 7bd3184a..2a00964f 100644 --- a/src/output.h +++ b/src/output.h @@ -21,11 +21,7 @@ #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));