/[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.85 by marc, Sun Sep 2 15:43:29 2001 UTC revision 1.86 by pascal, Fri Sep 7 16:50:01 2001 UTC
# Line 2031  reader (void) Line 2031  reader (void)
2031    readgram ();    readgram ();
2032    /* Some C code is given at the end of the grammar file. */    /* Some C code is given at the end of the grammar file. */
2033    read_additionnal_code ();    read_additionnal_code ();
2034    
2035    /* Now we know whether we need the line-number stack.  If we do,    /* Now we know whether we need the line-number stack.  If we do,
2036       write its type into the .tab.h file.  */       write its type into the .tab.h file.
2037  #if 0       This is no longer need with header skeleton.  */
2038    if (defines_flag)  
     reader_output_yylsp (&defines_obstack);  
 #endif  
2039    /* Assign the symbols their symbol numbers.  Write #defines for the    /* Assign the symbols their symbol numbers.  Write #defines for the
2040       token symbols into FDEFINES if requested.  */       token symbols into FDEFINES if requested.  */
2041    packsymbols ();    packsymbols ();

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