]> git.saurik.com Git - bison.git/blobdiff - src/state.h
* src/output.c: Various formatting changes.
[bison.git] / src / state.h
index b407e8865124495f72b5e48ce46d3051e857425e..de7ec08ccbe4f464efdbd84c20ffe86b3413939f 100644 (file)
@@ -95,8 +95,6 @@
 
 typedef struct shifts
 {
-  struct shifts *next;
-  short number;
   short nshifts;
   short shifts[1];
 } shifts;
@@ -162,8 +160,6 @@ typedef struct errs
 
 typedef struct reductions
 {
-  struct reductions *next;
-  short number;
   short nreds;
   short rules[1];
 } reductions;