diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2012-07-30 15:30:31 +0200 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2012-07-31 11:33:46 +0200 |
commit | d27c5e6534e7ee2fc402ae0d0b59d6316a9da2ad (patch) | |
tree | 4cfc044f0e9215e8c134e8d50532c827d0d9a59b /TODO | |
parent | 34904c575a176f45e206cc4dba4121fb445981ba (diff) | |
download | bison-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-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'? |