diff options
author | Bruno Haible <bruno@clisp.org> | 2004-09-07 11:44:32 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:54 +0200 |
commit | 5eab4880854b4ca997214acf024307eee15508ed (patch) | |
tree | 3582671015929c6b0a87cd9a13f928aafd94682b /gettext-tools/po/Makevars | |
parent | 60cd7acfc561cbd931ffc296d02812873f180c69 (diff) | |
download | external_gettext-5eab4880854b4ca997214acf024307eee15508ed.zip external_gettext-5eab4880854b4ca997214acf024307eee15508ed.tar.gz external_gettext-5eab4880854b4ca997214acf024307eee15508ed.tar.bz2 |
Extend the gettexpo library.
Use custom error handlers during reading and writing of PO files.
Diffstat (limited to 'gettext-tools/po/Makevars')
-rw-r--r-- | gettext-tools/po/Makevars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext-tools/po/Makevars b/gettext-tools/po/Makevars index 17be10a..e1f13d6 100644 --- a/gettext-tools/po/Makevars +++ b/gettext-tools/po/Makevars @@ -14,6 +14,7 @@ XGETTEXT_OPTIONS = \ --flag=error:3:c-format --flag=error_at_line:5:c-format \ --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ --flag=xasprintf:1:c-format \ + --flag=po_error:3:c-format --flag=po_error_at_line:5:c-format \ --flag=po_gram_error:1:c-format --flag=po_gram_error_at_line:2:c-format # This is the copyright holder that gets inserted into the header of the |