/[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.203 by akim, Sun Jun 30 17:31:19 2002 UTC revision 1.204 by akim, Tue Jul 9 14:48:01 2002 UTC
# Line 502  reader (void) Line 502  reader (void)
502    scanner_initialize ();    scanner_initialize ();
503    gram_parse (&gram_control);    gram_parse (&gram_control);
504    
505      /* If something went wrong during the parsing, don't try to
506         continue.  */
507      if (complain_message_count)
508        exit (1);
509    
510    /* Grammar has been read.  Do some checking */    /* Grammar has been read.  Do some checking */
511    if (nrules == 0)    if (nrules == 0)
512      fatal (_("no rules in the input grammar"));      fatal (_("no rules in the input grammar"));

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204

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