/[bison]/bison/src/output.c
ViewVC logotype

Diff of /bison/src/output.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by marc, Mon Dec 10 22:55:06 2001 UTC revision 1.86 by marc, Mon Dec 10 23:19:09 2001 UTC
# Line 959  output_parser (const char *skel_filename Line 959  output_parser (const char *skel_filename
959              obstack_sgrow (oout, muscle_value);              obstack_sgrow (oout, muscle_value);
960            else if (!strcmp (muscle_key, "line"))            else if (!strcmp (muscle_key, "line"))
961              obstack_fgrow1 (oout, "%d", line + 1);              obstack_fgrow1 (oout, "%d", line + 1);
962              /* How can lineno be correct after having finished reading
963                 input file ? --Marc.  */
964            else if (!strcmp (muscle_key, "input-line"))            else if (!strcmp (muscle_key, "input-line"))
965              obstack_fgrow1 (oout, "%d", lineno);              obstack_fgrow1 (oout, "%d", lineno);
966            else            else

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26