]> git.saurik.com Git - bison.git/blobdiff - src/LR0.h
* src/state.h (nstates, final_state, first_state, first_shift)
[bison.git] / src / LR0.h
index 30109526488e77d5bc4638e97066bbd91f846768..3ad8b68b0db155cc8f60a0e20699a178b55c685a 100644 (file)
--- a/src/LR0.h
+++ b/src/LR0.h
 #ifndef LR0_H_
 # define LR0_H_
 
+# include "state.h"
+
 void generate_states PARAMS ((void));
 
+extern int nstates;
+extern int final_state;
+extern core *first_state;
+extern shifts *first_shift;
+extern reductions *first_reduction;
+
 #endif /* !LR0_H_ */