From: Daiki Ueno Date: Thu, 25 Jun 2015 01:02:53 +0000 (+0900) Subject: build: Export syntax_check_name to W32 X-Git-Tag: v0.19.5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f28c3850567d980943ac260638eccc42b0831b;p=thirdparty%2Fgettext.git build: Export syntax_check_name to W32 * woe32dll/gettextsrc-exports.c: Export syntax_check_name. Reported by Michele Locati. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 22754c48b..ca26c6d0c 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2015-06-25 Daiki Ueno + + * woe32dll/gettextsrc-exports.c: Export syntax_check_name. + Reported by Michele Locati. + 2015-06-24 Daiki Ueno * 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 c49a899c8..86b34cd32 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)