style: rename error functions for clarity

* src/symtab.c (symbol_redeclaration, semantic_type_redeclaration)
(user_token_number_redeclaration):
Rename as...
(complain_symbol_redeclared, complain_semantic_type_redeclared)
(complain_user_token_number_redeclared):
this.
This commit is contained in:
Akim Demaille
2018-12-10 07:11:58 +01:00
parent 20b0746793
commit b05aa7be2e
2 changed files with 16 additions and 16 deletions

1
TODO
View File

@@ -10,7 +10,6 @@ Several features are not available in all the backends.
** consistency
nonterminal vs non terminal vs non-terminal
token vs terminal
redeclaration vs redefinition
** yacc.c
Now that ylwrap is fixed, we should include foo.tab.h from foo.tab.c rather