]> git.saurik.com Git - bison.git/blobdiff - src/derives.c
Add Makevars.template, stamp-po.
[bison.git] / src / derives.c
index da881ecc521e8277974e22adcb88a24c6c39b94b..7e20fe5a29f0d7153c7b67c4b2205be143955a31 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002 Free Software
+   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -65,7 +65,7 @@ void
 derives_compute (void)
 {
   symbol_number i;
 derives_compute (void)
 {
   symbol_number i;
-  int r;
+  rule_number r;
   rule **q;
 
   /* DSET[NTERM - NTOKENS] -- A linked list of the numbers of the rules
   rule **q;
 
   /* DSET[NTERM - NTOKENS] -- A linked list of the numbers of the rules