mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13: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:
@@ -1,3 +1,10 @@
|
|||||||
|
2001-08-31 Pascal Bart <pascal.bart@epita.fr>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2001-08-30 Pascal Bart <pascal.bart@epita.fr>
|
2001-08-30 Pascal Bart <pascal.bart@epita.fr>
|
||||||
|
|
||||||
* src/main.c: Include macrotab.h.
|
* src/main.c: Include macrotab.h.
|
||||||
|
|||||||
@@ -21,12 +21,6 @@
|
|||||||
#ifndef OUTPUT_H_
|
#ifndef OUTPUT_H_
|
||||||
# define 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. */
|
/* Output the parsing tables and the parser code to FTABLE. */
|
||||||
void output PARAMS ((void));
|
void output PARAMS ((void));
|
||||||
|
|
||||||
|
|||||||
@@ -2043,10 +2043,6 @@ reader (void)
|
|||||||
TABLE_OBSTACK and FDEFINES file. Also notice any %token, %left,
|
TABLE_OBSTACK and FDEFINES file. Also notice any %token, %left,
|
||||||
etc. found there. */
|
etc. found there. */
|
||||||
read_declarations ();
|
read_declarations ();
|
||||||
/* Start writing the guard and action files, if they are needed. */
|
|
||||||
#if 0
|
|
||||||
output_headers ();
|
|
||||||
#endif
|
|
||||||
/* Read in the grammar, build grammar in list form. Write out
|
/* Read in the grammar, build grammar in list form. Write out
|
||||||
guards and actions. */
|
guards and actions. */
|
||||||
readgram ();
|
readgram ();
|
||||||
@@ -2060,7 +2056,6 @@ reader (void)
|
|||||||
#endif
|
#endif
|
||||||
/* Write closing delimiters for actions and guards. */
|
/* Write closing delimiters for actions and guards. */
|
||||||
#if 0
|
#if 0
|
||||||
output_trailers ();
|
|
||||||
if (locations_flag)
|
if (locations_flag)
|
||||||
obstack_sgrow (&table_obstack, "#define YYLSP_NEEDED 1\n\n");
|
obstack_sgrow (&table_obstack, "#define YYLSP_NEEDED 1\n\n");
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user