mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
d: remove support for parse.error verbose
Without the history, D should not support this option. Before the removal, 'detailed' and 'verbose' options generated the same code. * data/skeletons/lalr1.d: Here. * doc/bison.texi: Adapt tests to use 'detailed' instead of 'verbose'. * tests/calc.at: Document it.
This commit is contained in:
committed by
Akim Demaille
parent
f859462658
commit
c13b3c02d3
@@ -13919,7 +13919,7 @@ Run the syntactic analysis, and return @code{true} on success,
|
||||
@deftypemethod {YYParser} {boolean} getErrorVerbose()
|
||||
@deftypemethodx {YYParser} {void} setErrorVerbose(boolean @var{verbose})
|
||||
Get or set the option to produce verbose error messages. These are only
|
||||
available with @samp{%define parse.error detailed} (or @samp{verbose}),
|
||||
available with @samp{%define parse.error detailed},
|
||||
which also turns on verbose error messages.
|
||||
@end deftypemethod
|
||||
|
||||
|
||||
Reference in New Issue
Block a user