mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
* src/output.c (output_parser): Remove useless muscle.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-12-11 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
|
* src/output.c (output_parser): Remove useless muscle.
|
||||||
|
|
||||||
2001-12-11 Marc Autret <autret_m@epita.fr>
|
2001-12-11 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
* src/bison.simple: Remove #line just before %%epilogue. It
|
* src/bison.simple: Remove #line just before %%epilogue. It
|
||||||
|
|||||||
@@ -959,10 +959,6 @@ output_parser (const char *skel_filename, struct obstack *oout)
|
|||||||
obstack_sgrow (oout, muscle_value);
|
obstack_sgrow (oout, muscle_value);
|
||||||
else if (!strcmp (muscle_key, "line"))
|
else if (!strcmp (muscle_key, "line"))
|
||||||
obstack_fgrow1 (oout, "%d", line + 1);
|
obstack_fgrow1 (oout, "%d", line + 1);
|
||||||
/* How can lineno be correct after having finished reading
|
|
||||||
input file ? --Marc. */
|
|
||||||
else if (!strcmp (muscle_key, "input-line"))
|
|
||||||
obstack_fgrow1 (oout, "%d", lineno);
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
obstack_sgrow (oout, "%%");
|
obstack_sgrow (oout, "%%");
|
||||||
|
|||||||
Reference in New Issue
Block a user