mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
Implement --trace=m4.
* src/getargs.c (trace_types, trace_args): Accept trace_m4. * src/output.c (output_skeleton): When set, pass -dV to m4. Factor the handling of flags in m4. * src/output.c (prepare): Rename the muscle names debug, defines, error_verbose to debug_flag, defines_flag, error_verbose_flag. * data/c.m4: Adjust. (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New. Use b4_define_flag_if to define other b4_FLAG_if macros. (b4_location_if): As a consequence, rename as... (b4_locations_if): this, for consistency. Adjust all the skeletons.
This commit is contained in:
16
ChangeLog
16
ChangeLog
@@ -1,3 +1,19 @@
|
||||
2006-05-14 Akim Demaille <akim@lrde.epita.fr>
|
||||
|
||||
Implement --trace=m4.
|
||||
* src/getargs.c (trace_types, trace_args): Accept trace_m4.
|
||||
* src/output.c (output_skeleton): When set, pass -dV to m4.
|
||||
|
||||
Factor the handling of flags in m4.
|
||||
* src/output.c (prepare): Rename the muscle names debug, defines,
|
||||
error_verbose to debug_flag, defines_flag, error_verbose_flag.
|
||||
* data/c.m4: Adjust.
|
||||
(_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
|
||||
Use b4_define_flag_if to define other b4_FLAG_if macros.
|
||||
(b4_location_if): As a consequence, rename as...
|
||||
(b4_locations_if): this, for consistency.
|
||||
Adjust all the skeletons.
|
||||
|
||||
2006-05-14 Akim Demaille <akim@lrde.epita.fr>
|
||||
|
||||
* etc/bench.pm: Shorten bench names.
|
||||
|
||||
Reference in New Issue
Block a user