/[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.58 by marc, Sat Sep 22 12:18:16 2001 UTC revision 1.59 by pascal, Sat Sep 22 21:30:53 2001 UTC
# Line 991  output_parser (const char *skel_filename Line 991  output_parser (const char *skel_filename
991              obstack_sgrow (oout, muscle_value);              obstack_sgrow (oout, muscle_value);
992            else if (!strcmp (muscle_key, "line"))            else if (!strcmp (muscle_key, "line"))
993              obstack_fgrow1 (oout, "%d", line + 1);              obstack_fgrow1 (oout, "%d", line + 1);
994              else if (!strcmp (muscle_key, "input_line"))
995                obstack_fgrow1 (oout, "%d", lineno + 1);
996            else if (!strcmp (muscle_key, "action"))            else if (!strcmp (muscle_key, "action"))
997              {              {
998                size_t size = obstack_object_size (&action_obstack);                size_t size = obstack_object_size (&action_obstack);

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

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