* src/lalr.c (set_state_table): Move to...

* src/LR0.c: here.
* src/lalr.c (lalr): Don't call it...
* src/LR0.c (generate_states): do it.
* src/LR0.h (first_state): Remove, only the table is used.
This commit is contained in:
Akim Demaille
2001-12-10 09:08:46 +00:00
parent 7215de245c
commit 6a164e0c96
4 changed files with 75 additions and 66 deletions

View File

@@ -27,6 +27,5 @@ void generate_states PARAMS ((void));
extern int nstates;
extern int final_state;
extern state_t *first_state;
#endif /* !LR0_H_ */