From: Joel E. Denny Date: Mon, 21 Dec 2009 19:51:40 +0000 (-0500) Subject: YYFAIL: deprecate. X-Git-Tag: v2.7.90~734 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1625df5b18bc1ad696f149f059e6677ca0759dfc?hp=1625df5b18bc1ad696f149f059e6677ca0759dfc 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. ---