summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-07-30 15:30:31 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-07-31 11:33:46 +0200
commitd27c5e6534e7ee2fc402ae0d0b59d6316a9da2ad (patch)
tree4cfc044f0e9215e8c134e8d50532c827d0d9a59b /TODO
parent34904c575a176f45e206cc4dba4121fb445981ba (diff)
downloadbison-d27c5e6534e7ee2fc402ae0d0b59d6316a9da2ad.tar.gz
glr.cc, lalr1.cc: define b4_shared_declarations
* data/glr.cc, data/lalr1.cc: here. The name is no longer right, but at least it is consistent with the other skeletons.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 64577425..4f4674f7 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,10 @@
Avoid variables for format strings, as then GCC cannot check them.
show_sub_messages should call show_sub_message.
+** m4 names
+b4_shared_declarations is no longer what it is. Make it
+b4_parser_declaration for instance.
+
** Variable names.
What should we name `variant' and `lex_symbol'?