summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-08-30 09:29:00 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-08-30 09:29:00 +0200
commit0522047c96e18361b62a42da3a15817959483cbd (patch)
treeb7e0102515451b1dac726ccd399cfcdffaee4aa8
parent3724b50ef951a05afe01ead58adfda6147861c35 (diff)
downloadbison-0522047c96e18361b62a42da3a15817959483cbd.tar.gz
doc: history of api.prefix
Reported by Matthew Fernandez <matthew.fernandez@gmail.com>. https://lists.gnu.org/r/help-bison/2020-08/msg00015.html * doc/bison.texi (api.prefix): We move to {} in 3.0.
-rw-r--r--doc/bison.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bison.texi b/doc/bison.texi
index e404eb03..48428f04 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -6296,7 +6296,10 @@ Introduced in Bison 3.3 to replace @code{parser_class_name}.
@item Default Value: @code{YY} for Java, @code{yy} otherwise.
-@item History: introduced in Bison 2.6
+@item History:
+introduced in Bison 2.6, with its argument in double quotes. Uses braces
+since Bison 3.0 (double quotes are still supported for backward
+compatibility).
@end itemize
@end deffn