From fa7ac82b094d26dc6e28b2de2c75a2c7030d34cf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 4 Jun 2011 02:43:21 +0200 Subject: [PATCH] Fix link error on Cygwin 1.5.x. --- gettext-tools/ChangeLog | 5 +++++ gettext-tools/woe32dll/gettextsrc-exports.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 2.47.2