From: Daiki Ueno Date: Mon, 15 Apr 2013 06:49:12 +0000 (+0900) Subject: Export formatstring_lua for Woe32DLL. X-Git-Tag: v0.18.3~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7258f3aa1a24f0d195249621771be646f2d2c49c;p=thirdparty%2Fgettext.git Export formatstring_lua for Woe32DLL. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 123c114ef..9d2aad69b 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2013-04-15 Daiki Ueno + + * woe32dll/gettextsrc-exports.c: Export formatstring_lua. + 2012-12-27 Daiki Ueno Determine imported C symbol prefix at configure time. diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c index 44ff5c511..2b0cb3331 100644 --- a/gettext-tools/woe32dll/gettextsrc-exports.c +++ b/gettext-tools/woe32dll/gettextsrc-exports.c @@ -33,6 +33,7 @@ VARIABLE(formatstring_java) VARIABLE(formatstring_kde) VARIABLE(formatstring_librep) VARIABLE(formatstring_lisp) +VARIABLE(formatstring_lua) VARIABLE(formatstring_objc) VARIABLE(formatstring_parsers) VARIABLE(formatstring_pascal)