X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/aa7815f5c6e8e07a85e47df9cd7b579468969efb..4134cae3c5ff2fc3346ebc5b10d5c25c72c72cfe:/src/output.h diff --git a/src/output.h b/src/output.h index 7bd3184a..9a2dcb8f 100644 --- a/src/output.h +++ b/src/output.h @@ -21,12 +21,6 @@ #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)); - /* Output the parsing tables and the parser code to FTABLE. */ void output PARAMS ((void));