From: Paul Eggert Date: Thu, 14 Apr 2005 00:08:56 +0000 (+0000) Subject: * NEWS: Bison-generated C parsers now use the _ macro to X-Git-Tag: BISON-2_1~158 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1ce590705a5ffe376fcffa3a166ae950f3385624?hp=1ce590705a5ffe376fcffa3a166ae950f3385624 * NEWS: Bison-generated C parsers now use the _ macro to translate strings. * data/yacc.c (_) [!defined _]: New macro. All English strings wrapped inside this macro. * doc/bison.texinfo (Bison Parser): Document _. * po/POTFILES.in: Include src/parse-gram.c, since it now includes translateable strings that parse-gram.y doesn't. ---