* data/c.m4: Comment changes.

This commit is contained in:
Akim Demaille
2006-07-12 13:48:41 +00:00
parent 23eb2a692f
commit a5d80ba505
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-07-12 Akim Demaille <akim@epita.fr>
* data/c.m4: Comment changes.
2006-07-10 Akim Demaille <akim@lrde.epita.fr>
* src/complain.c (error_message, ERROR_MESSAGE): New.

View File

@@ -210,7 +210,7 @@ m4_define([b4_$3_if],
# -----------------------------
# Expand IF-TRUE, if FLAG is true, IF-FALSE otherwise.
b4_define_flag_if([defines]) # Whether headers are requested.
b4_define_flag_if([error_verbose]) # Wheter error are verbose.
b4_define_flag_if([error_verbose]) # Whether error are verbose.
b4_define_flag_if([locations]) # Whether locations are tracked.
b4_define_flag_if([pure]) # Whether the interface is pure.
b4_define_flag_if([yacc]) # Whether POSIX Yacc is emulated.