doc: clearly deprecate YYPRINT

* doc/bison.texi (Prologue): Stop using YYPRINT as an example.
(The YYPRINT Macro): Clearly show this macro is deprecated.
This commit is contained in:
Akim Demaille
2019-12-07 15:03:41 +01:00
parent 5e71eef267
commit 20107b77c0
3 changed files with 24 additions and 22 deletions

6
NEWS
View File

@@ -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