/[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.114 by marc, Mon Dec 10 23:19:09 2001 UTC revision 1.115 by marc, Tue Dec 11 20:10:22 2001 UTC
# Line 1688  read_additionnal_code (void) Line 1688  read_additionnal_code (void)
1688    
1689    obstack_init (&el_obstack);    obstack_init (&el_obstack);
1690    
1691      if (!no_lines_flag)
1692        {
1693          obstack_fgrow2 (&el_obstack, muscle_find ("linef"),
1694                          lineno, quotearg_style (c_quoting_style,
1695                                                  muscle_find("filename")));
1696        }
1697    
1698    while ((c = getc (finput)) != EOF)    while ((c = getc (finput)) != EOF)
1699      obstack_1grow (&el_obstack, c);      obstack_1grow (&el_obstack, c);
1700    

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115

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