/[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.14 by akim, Sat Dec 15 14:14:29 2001 UTC revision 1.15 by akim, Thu Dec 27 18:06:06 2001 UTC
# Line 122  typedef struct rule_s Line 122  typedef struct rule_s
122    short assoc;    short assoc;
123    short line;    short line;
124    bool useful;    bool useful;
125    
126    const char *action;    const char *action;
127    short action_line;    short action_line;
128    
129      const char *guard;
130      short guard_line;
131  } rule_t;  } rule_t;
132    
133  extern struct rule_s *rule_table;  extern struct rule_s *rule_table;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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