summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-12-07 15:03:41 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-12-07 15:29:43 +0100
commit20107b77c0ec9760f2eba3c7bedb79f364828c87 (patch)
tree6884b74ca04ee915a157ac216a22e4993b0713d1 /NEWS
parent5e71eef2679b6c94fcb7aa4971192fd6b35ddfb9 (diff)
downloadbison-20107b77c0ec9760f2eba3c7bedb79f364828c87.tar.gz
doc: clearly deprecate YYPRINT
* doc/bison.texi (Prologue): Stop using YYPRINT as an example. (The YYPRINT Macro): Clearly show this macro is deprecated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8e6d1ea..09f3b2ee 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ GNU Bison NEWS
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Deprecated features
+
+ The YYPRINT macro, which works only with yacc.c and only for tokens, was
+ obsoleted long ago by %printer, introduced in Bison 1.50 (November 2002).
+ It is deprecated and its support will be removed eventually.
+
** New Features
*** A skeleton for the D programming language