/[bison]/bison/src/reduce.c
ViewVC logotype

Diff of /bison/src/reduce.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by akim, Thu Jul 25 21:21:02 2002 UTC revision 1.72 by akim, Mon Jul 29 17:28:56 2002 UTC
# Line 439  reduce_grammar (void) Line 439  reduce_grammar (void)
439    reduce_print ();    reduce_print ();
440    
441    if (!bitset_test (N, axiom->number - ntokens))    if (!bitset_test (N, axiom->number - ntokens))
442      fatal (_("Start symbol %s does not derive any sentence"),      fatal_at (startsymbol_location,
443             symbols[axiom->number]->tag);                _("start symbol %s does not derive any sentence"),
444                  startsymbol->tag);
445    
446    /* First reduce the nonterminals, as they renumber themselves in the    /* First reduce the nonterminals, as they renumber themselves in the
447       whole grammar.  If you change the order, nonterms would be       whole grammar.  If you change the order, nonterms would be

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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