From: Joel E. Denny Date: Mon, 21 Dec 2009 19:51:40 +0000 (-0500) Subject: YYFAIL: deprecate. X-Git-Tag: v2.5_rc1~132 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/41d35e54d59bebb68af3d2dde45a1f7e83b71b83?hp=41d35e54d59bebb68af3d2dde45a1f7e83b71b83 YYFAIL: deprecate. * NEWS (2.4.2): Document deprecation and the phase-out plan. * data/lalr1.java (parser::YYStack::YYFAIL): Add comment about deprecation. * data/yacc.c (YYFAIL): Likewise, and suppress warnings about YYFAIL from GCC cpp's -Wunused-macros. * doc/bison.texinfo (Java Action Features): Remove YYFAIL documentation. (LocalWords): Remove YYFAIL. (cherry picked from commit 1625df5b18bc1ad696f149f059e6677ca0759dfc) Conflicts: src/parse-gram.c src/parse-gram.h ---