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

Diff of /bison/src/gram.h

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

revision 1.20 by akim, Sat Dec 29 14:26:21 2001 UTC revision 1.21 by akim, Sun Apr 7 15:29:36 2002 UTC
# Line 1  Line 1 
1  /* Data definitions for internal representation of bison's input,  /* Data definitions for internal representation of bison's input,
2     Copyright 1984, 1986, 1989, 1992, 2001  Free Software Foundation, Inc.     Copyright 1984, 1986, 1989, 1992, 2001, 2002
3       Free Software Foundation, Inc.
4    
5     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
6    
# Line 124  typedef enum Line 125  typedef enum
125  typedef struct rule_s  typedef struct rule_s
126  {  {
127    short lhs;    short lhs;
128    short rhs;    short *rhs;
129    short prec;    short prec;
130    short precsym;    short precsym;
131    associativity assoc;    associativity assoc;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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