From: Akim Demaille Date: Wed, 12 Jul 2006 13:48:41 +0000 (+0000) Subject: * data/c.m4: Comment changes. X-Git-Tag: v2.3b~328 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a5d80ba505eac59de1c935dae86c757d9913e2b0?ds=inline * data/c.m4: Comment changes. --- diff --git a/ChangeLog b/ChangeLog index bd4ebbd8..3716802a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-12 Akim Demaille + + * data/c.m4: Comment changes. + 2006-07-10 Akim Demaille * src/complain.c (error_message, ERROR_MESSAGE): New. diff --git a/data/c.m4 b/data/c.m4 index 4e745c0a..2ef88b15 100644 --- a/data/c.m4 +++ b/data/c.m4 @@ -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.