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

Diff of /bison/src/derives.c

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

revision 1.40 by eggert, Fri Dec 13 08:21:03 2002 UTC revision 1.41 by eggert, Mon Feb 3 15:35:56 2003 UTC
# Line 1  Line 1 
1  /* Match rules with nonterminals for bison,  /* Match rules with nonterminals for bison,
2    
3     Copyright (C) 1984, 1989, 2000, 2001, 2002 Free Software     Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003 Free Software
4     Foundation, Inc.     Foundation, Inc.
5    
6     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
# Line 65  void Line 65  void
65  derives_compute (void)  derives_compute (void)
66  {  {
67    symbol_number i;    symbol_number i;
68    int r;    rule_number r;
69    rule **q;    rule **q;
70    
71    /* DSET[NTERM - NTOKENS] -- A linked list of the numbers of the rules    /* DSET[NTERM - NTOKENS] -- A linked list of the numbers of the rules

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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