diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2012-11-12 09:39:41 +0100 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2012-11-12 09:39:41 +0100 |
commit | bfdcc3a0b273c116e01d289ce52d400f22e4da14 (patch) | |
tree | 9de040fb4d498e41a36fbbb37045c93e5152a282 /po | |
parent | ebbc76d0d7ff5f35af1a8d9b027037d8c70f0bbb (diff) | |
download | bison-bfdcc3a0b273c116e01d289ce52d400f22e4da14.tar.gz |
maint: address syntax-check errors.
* cfg.mk: Ignore the "error" call in tests/c++.at, it is not to be
translated.
* doc/bison.texi: Fix incorrect @pxref use.
* po/POTFILES.in: Add missing file.
* src/print_graph.c: Remove useless include.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 0908f506..ee34879a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -9,6 +9,7 @@ src/main.c src/muscle-tab.c src/parse-gram.y src/print.c +src/print_graph.c src/reader.c src/reduce.c src/scan-code.l |