* src/symtab.c (symbol_user_token_number_set): Don't complain when

assigning twice the same user number to a token, so that we can
use it in...
* src/lex.c (lex): here.
Also use `symbol_class_set' instead of hand written code.
* src/reader.c (parse_assoc_decl): Likewise.
This commit is contained in:
Akim Demaille
2002-06-10 08:38:10 +00:00
parent 44536b35c4
commit 5e424082ce
4 changed files with 19 additions and 24 deletions

View File

@@ -1,3 +1,12 @@
2002-06-10 Akim Demaille <akim@epita.fr>
* src/symtab.c (symbol_user_token_number_set): Don't complain when
assigning twice the same user number to a token, so that we can
use it in...
* src/lex.c (lex): here.
Also use `symbol_class_set' instead of hand written code.
* src/reader.c (parse_assoc_decl): Likewise.
2002-06-10 Akim Demaille <akim@epita.fr>
* src/symtab.c, src/symtab.c (symbol_class_set)