]> git.saurik.com Git - bison.git/blobdiff - src/state.h
* src/reader.c (copy_definition): Re-use CPP-outed code which
[bison.git] / src / state.h
index d505565ac8d83c72131b11f923c5c97c484b6b3f..de7ec08ccbe4f464efdbd84c20ffe86b3413939f 100644 (file)
@@ -95,8 +95,6 @@
 
 typedef struct shifts
 {
-  struct shifts *next;
-  short number;
   short nshifts;
   short shifts[1];
 } shifts;