/[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.81 by eggert, Sun Dec 29 01:23:02 2002 UTC revision 1.82 by eggert, Mon Feb 3 15:35:57 2003 UTC
# Line 1  Line 1 
1  /* Grammar reduction for Bison.  /* Grammar reduction for Bison.
2    
3     Copyright (C) 1988, 1989, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003 Free Software
4       Foundation, Inc.
5    
6     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
7    
# Line 267  reduce_grammar_tables (void) Line 268  reduce_grammar_tables (void)
268    
269    /* Adjust NRITEMS.  */    /* Adjust NRITEMS.  */
270    {    {
271      int r;      rule_number r;
272      int length;      int length;
273      for (r = nrules; r < nrules + nuseless_productions; ++r)      for (r = nrules; r < nrules + nuseless_productions; ++r)
274        {        {

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

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