mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/output.c (output): Delete call to reader_output_yylsp.
* src/reader.c (reader): Likewise. * src/reader.h: Delete declaration of reader_output_yylsp.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2001-09-07 Pascal Bart <pascal.bart@epita.fr>
|
||||
|
||||
* src/output.c (output): Delete call to reader_output_yylsp.
|
||||
* src/reader.c (reader): Likewise.
|
||||
* src/reader.h: Delete declaration of reader_output_yylsp.
|
||||
|
||||
2001-09-02 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/reader.c: Include muscle_tab.h.
|
||||
|
||||
@@ -1087,9 +1087,6 @@ output (void)
|
||||
{
|
||||
obstack_init (&output_obstack);
|
||||
|
||||
#if 0
|
||||
reader_output_yylsp (&table_obstack); */
|
||||
#endif
|
||||
free_itemsets ();
|
||||
|
||||
output_token_translations ();
|
||||
|
||||
@@ -2031,12 +2031,11 @@ reader (void)
|
||||
readgram ();
|
||||
/* Some C code is given at the end of the grammar file. */
|
||||
read_additionnal_code ();
|
||||
|
||||
/* Now we know whether we need the line-number stack. If we do,
|
||||
write its type into the .tab.h file. */
|
||||
#if 0
|
||||
if (defines_flag)
|
||||
reader_output_yylsp (&defines_obstack);
|
||||
#endif
|
||||
write its type into the .tab.h file.
|
||||
This is no longer need with header skeleton. */
|
||||
|
||||
/* Assign the symbols their symbol numbers. Write #defines for the
|
||||
token symbols into FDEFINES if requested. */
|
||||
packsymbols ();
|
||||
|
||||
@@ -30,8 +30,6 @@
|
||||
extern void reader PARAMS ((void));
|
||||
|
||||
|
||||
extern void reader_output_yylsp PARAMS ((struct obstack *));
|
||||
|
||||
extern int lineno;
|
||||
extern char **tags;
|
||||
extern short *user_toknums;
|
||||
|
||||
Reference in New Issue
Block a user