From: Bruno Haible Date: Sat, 4 Jun 2011 00:43:21 +0000 (+0200) Subject: Fix link error on Cygwin 1.5.x. X-Git-Tag: v0.18.2~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa7ac82b094d26dc6e28b2de2c75a2c7030d34cf;p=thirdparty%2Fgettext.git Fix link error on Cygwin 1.5.x. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 2c71157cd..5ba94a700 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2011-06-03 Bruno Haible + + Fix link error on Cygwin 1.5.x. + * woe32dll/gettextsrc-exports.c: Add color_test_mode. + 2011-01-28 Bruno Haible Add a comment. diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c index b1c4a538b..44ff5c511 100644 --- a/gettext-tools/woe32dll/gettextsrc-exports.c +++ b/gettext-tools/woe32dll/gettextsrc-exports.c @@ -1,5 +1,5 @@ /* List of exported symbols of libgettextsrc on Cygwin. - Copyright (C) 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2009, 2011 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -19,6 +19,7 @@ VARIABLE(allow_duplicates) VARIABLE(color_mode) +VARIABLE(color_test_mode) VARIABLE(format_language) VARIABLE(format_language_pretty) VARIABLE(formatstring_awk)