]> git.saurik.com Git - bison.git/blobdiff - src/lalr.h
Regen.
[bison.git] / src / lalr.h
index 82719d40fc146546fe94d6860ee9004964419d1d..3bece77cc0a8f315458d3bf907c16db60c1858e6 100644 (file)
@@ -24,7 +24,7 @@
 #include "bitset.h"
 #include "bitsetv.h"
 
-/* Import the definition of CORE, SHIFTS and REDUCTIONS. */
+/* Import the definition of CORE, TRANSITIONS and REDUCTIONS. */
 # include "state.h"
 
 /* Import the definition of RULE_T. */
@@ -71,7 +71,4 @@ extern rule_t **LArule;
 extern bitsetv LA;
 
 
-/* All the states, indexed by the state number.  */
-extern state_t **states;
-
 #endif /* !LALR_H_ */