summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-12-10 07:11:58 +0100
committerAkim Demaille <akim.demaille@gmail.com>2018-12-11 06:55:35 +0100
commitb05aa7be2ebd633a8304dd7050b5b9f7e30cc6a4 (patch)
treeeda3ad82e31251a21690e74f17add732b5bc3da3 /TODO
parent20b07467938cf880a1d30eb30d6e191843a21fec (diff)
downloadbison-b05aa7be2ebd633a8304dd7050b5b9f7e30cc6a4.tar.gz
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3236da46..4813ed75 100644
--- a/TODO
+++ b/TODO
@@ -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