diff options
-rw-r--r-- | gettext-tools/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/woe32dll/gettextsrc-exports.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 22754c4..ca26c6d 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2015-06-25 Daiki Ueno <ueno@gnu.org> + + * woe32dll/gettextsrc-exports.c: Export syntax_check_name. + Reported by Michele Locati. + 2015-06-24 Daiki Ueno <ueno@gnu.org> * woe32dll/gettextsrc-exports.c: Export formatstring_kde_kuit. diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c index c49a899..86b34cd 100644 --- a/gettext-tools/woe32dll/gettextsrc-exports.c +++ b/gettext-tools/woe32dll/gettextsrc-exports.c @@ -85,5 +85,6 @@ VARIABLE(po_multiline_error) VARIABLE(po_multiline_warning) VARIABLE(po_xerror) VARIABLE(po_xerror2) +VARIABLE(syntax_check_name) VARIABLE(style_file_name) VARIABLE(use_first) |