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

Diff of /bison/src/reader.c

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

revision 1.83 by pascal, Fri Aug 31 18:51:06 2001 UTC revision 1.84 by pascal, Sat Sep 1 10:40:54 2001 UTC
# Line 1201  copy_guard (symbol_list *rule, int stack Line 1201  copy_guard (symbol_list *rule, int stack
1201    obstack_fgrow1 (&guard_obstack, "\ncase %d:\n", nrules);    obstack_fgrow1 (&guard_obstack, "\ncase %d:\n", nrules);
1202    if (!no_lines_flag)    if (!no_lines_flag)
1203      obstack_fgrow2 (&guard_obstack, "#line %d %s\n",      obstack_fgrow2 (&guard_obstack, "#line %d %s\n",
1204                      lineno, quotearg_style (c_quoting_style, infile));                      lineno, quotearg_style (c_quoting_style,
1205                                                macro_find ("filename")));
1206    obstack_1grow (&guard_obstack, '{');    obstack_1grow (&guard_obstack, '{');
1207    
1208    count = 0;    count = 0;

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

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