/[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.224 by eggert, Thu Nov 21 05:20:49 2002 UTC revision 1.225 by eggert, Fri Nov 29 05:59:59 2002 UTC
# Line 469  packgram (void) Line 469  packgram (void)
469  void  void
470  reader (void)  reader (void)
471  {  {
   gram_control_t gram_control;  
   
472    /* Initialize the symbol table.  */    /* Initialize the symbol table.  */
473    symbols_new ();    symbols_new ();
474    
# Line 500  reader (void) Line 498  reader (void)
498    gram__flex_debug = trace_flag & trace_scan;    gram__flex_debug = trace_flag & trace_scan;
499    gram_debug = trace_flag & trace_parse;    gram_debug = trace_flag & trace_parse;
500    scanner_initialize ();    scanner_initialize ();
501    gram_parse (&gram_control);    gram_parse ();
502    
503    /* If something went wrong during the parsing, don't try to    /* If something went wrong during the parsing, don't try to
504       continue.  */       continue.  */

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225

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