mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* src/lex.h: Rename all the tokens:
s/bENDFILEb/tok_eof/g; s/bIDENTIFIERb/tok_identifier/g; etc. Let them be enums, not #define, to ease debugging. Adjust all the code.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2001-01-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/lex.h: Rename all the tokens:
|
||||
s/\bENDFILE\b/tok_eof/g;
|
||||
s/\bIDENTIFIER\b/tok_identifier/g;
|
||||
etc.
|
||||
Let them be enums, not #define, to ease debugging.
|
||||
Adjust all the code.
|
||||
|
||||
2001-01-18 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
|
||||
|
||||
Reference in New Issue
Block a user