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

Diff of /bison/src/gram.c

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

revision 1.6.2.2 by akim, Sat Sep 22 17:57:59 2001 UTC revision 1.6.2.3 by akim, Mon Nov 19 09:12:25 2001 UTC
# Line 1  Line 1 
1  /* Allocate input grammar variables for bison,  /* Allocate input grammar variables for bison,
2     Copyright 1984, 1986, 1989 Free Software Foundation, Inc.     Copyright 1984, 1986, 1989, 2001 Free Software Foundation, Inc.
3    
4  This file is part of Bison, the GNU Compiler Compiler.  This file is part of Bison, the GNU Compiler Compiler.
5    
# Line 20  Boston, MA 02111-1307, USA.  */ Line 20  Boston, MA 02111-1307, USA.  */
20    
21    
22  #include "system.h"  #include "system.h"
23    #include "gram.h"
24    
25  void dummy PARAMS((void));  void dummy PARAMS((void));
26    
# Line 32  int ntokens; Line 33  int ntokens;
33  int nvars;  int nvars;
34    
35  short *ritem = NULL;  short *ritem = NULL;
36  short *rlhs = NULL;  rule_t *rule_table = NULL;
 short *rrhs = NULL;  
37  short *rprec = NULL;  short *rprec = NULL;
38  short *rprecsym = NULL;  short *rprecsym = NULL;
39  short *sprec = NULL;  short *sprec = NULL;

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.3

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