* data/lalr1.cc: Reinstall the former ctor, for sake of

compatibility, but warn it will be removed.
Move towards a more standard C++ coding style (i.e., type *var ->
type* var).
This commit is contained in:
Akim Demaille
2004-09-29 12:41:58 +00:00
parent 3fee967f83
commit b203fc2c07
2 changed files with 30 additions and 12 deletions

View File

@@ -1,3 +1,10 @@
2004-09-29 Akim Demaille <akim@epita.fr>
* data/lalr1.cc: Reinstall the former ctor, for sake of
compatibility, but warn it will be removed.
Move towards a more standard C++ coding style (i.e., type *var ->
type* var).
2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
* src/parse-gram.y (add_param): Rewrite to avoid strchr,
@@ -10,7 +17,7 @@
2004-09-27 Akim Demaille <akim@epita.fr>
* data/lalr1.cc (b4_parse_param_decl_1): New.
(b4_parse_param_decl): Use it to have different names bw attribute
(b4_parse_param_decl): Use it to have different names between attribute
and argument names.
(b4_cc_constructor_call): Likewise.