summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-14 00:08:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-14 00:08:56 +0000
commit1ce590705a5ffe376fcffa3a166ae950f3385624 (patch)
tree2663315742f80b6ae06ec5aafc766c4b7f977860 /po
parenta749a695018a5e6aac14d90a6e87e131050ba858 (diff)
downloadbison-1ce590705a5ffe376fcffa3a166ae950f3385624.tar.gz
* 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.
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ea193b14..4b96f6f5 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,6 +4,7 @@ src/files.c
src/getargs.c
src/gram.c
src/main.c
+src/parse-gram.c
src/parse-gram.y
src/print.c
src/reader.c