mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
* src/output.c (output_parser): Fix. Store single '%' characters in
the output obstack instead of throwing them away.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-08-27 Robert Anisko <robert.anisko@epita.fr>
|
||||||
|
|
||||||
|
* src/output.c (output_parser): Fix. Store single '%' characters in
|
||||||
|
the output obstack instead of throwing them away.
|
||||||
|
|
||||||
2001-08-27 Akim Demaille <akim@epita.fr>
|
2001-08-27 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
|
* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
|
||||||
|
|||||||
@@ -1009,6 +1009,8 @@ output_parser (void)
|
|||||||
obstack_sgrow (&table_obstack, macro_key);
|
obstack_sgrow (&table_obstack, macro_key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
obstack_1grow (&table_obstack, '%');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* End. */
|
/* End. */
|
||||||
|
|||||||
Reference in New Issue
Block a user