mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
* src/reader.c (reader): Delete obsolete call to function
output_trailers and output_headers. * src/output.h: Remove obsolete functions prototypes of output_headers and output_trailers.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user