/[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.213 by eggert, Tue Oct 22 04:43:50 2002 UTC revision 1.214 by eggert, Wed Oct 23 18:41:04 2002 UTC
# Line 508  reader (void) Line 508  reader (void)
508    /* If something went wrong during the parsing, don't try to    /* If something went wrong during the parsing, don't try to
509       continue.  */       continue.  */
510    if (complaint_issued)    if (complaint_issued)
511      exit (EXIT_FAILURE);      return;
512    
513    /* Grammar has been read.  Do some checking */    /* Grammar has been read.  Do some checking */
514    if (nrules == 0)    if (nrules == 0)

Legend:
Removed from v.1.213  
changed lines
  Added in v.1.214

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