]> 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 d505565ac8d83c72131b11f923c5c97c484b6b3f..f7244b4b17cd11d8f6805ba8ceb3eda1c4f7d93a 100644 (file)
@@ -95,7 +95,6 @@
 
 typedef struct shifts
 {
-  struct shifts *next;
   short number;
   short nshifts;
   short shifts[1];