]> git.saurik.com Git - bison.git/blobdiff - src/state.h
Now that states have a complete set of members, the linked list of
[bison.git] / src / state.h
index b407e8865124495f72b5e48ce46d3051e857425e..f7244b4b17cd11d8f6805ba8ceb3eda1c4f7d93a 100644 (file)
@@ -95,7 +95,6 @@
 
 typedef struct shifts
 {
 
 typedef struct shifts
 {
-  struct shifts *next;
   short number;
   short nshifts;
   short shifts[1];
   short number;
   short nshifts;
   short shifts[1];
@@ -162,8 +161,6 @@ typedef struct errs
 
 typedef struct reductions
 {
 
 typedef struct reductions
 {
-  struct reductions *next;
-  short number;
   short nreds;
   short rules[1];
 } reductions;
   short nreds;
   short rules[1];
 } reductions;