]> git.saurik.com Git - bison.git/commit
variables: prefer error-verbose to error_verbose.
authorAkim Demaille <demaille@gostai.com>
Mon, 20 Apr 2009 10:25:47 +0000 (12:25 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 20 Apr 2009 21:17:54 +0000 (23:17 +0200)
commit71b00ed87431c17606afc2b44c9d320d347a76bc
tree2bac0d4a2e44e3b6c1c2164e9dad489152da1ee2
parent1c72905811fa75e0715eb5ec1066dfcae520d070
variables: prefer error-verbose to error_verbose.

* data/bison.m4 (b4_error_verbose_if): Based on error-verbose
instead of error_verbose.
* src/scan-gram.l (%error-verbose): Map the error-verbose
variable.
* doc/bison.texinfo: Promote %define error-verbose instead of
%error-verbose.
* tests/actions.at: Prefer %define error-verbose to %error-verbose.
ChangeLog
data/bison.m4
doc/bison.texinfo
src/scan-gram.l
tests/actions.at