]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix link error on Cygwin 1.5.x.
authorBruno Haible <bruno@clisp.org>
Sat, 4 Jun 2011 00:43:21 +0000 (02:43 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:39:49 +0000 (23:39 +0200)
gettext-tools/ChangeLog
gettext-tools/woe32dll/gettextsrc-exports.c

index 2c71157cd31078c6ebfbc93afa63aeb40b8c36b2..5ba94a700bdae36c9850eb4efc15d84f6ae99075 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-03  Bruno Haible  <bruno@clisp.org>
+
+       Fix link error on Cygwin 1.5.x.
+       * woe32dll/gettextsrc-exports.c: Add color_test_mode.
+
 2011-01-28  Bruno Haible  <bruno@clisp.org>
 
        Add a comment.
index b1c4a538b2a0dab5d2db0b72a7dc777149c66dc4..44ff5c5112ed0b8c7958e0f0ea2f38dc4711356b 100644 (file)
@@ -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 <bruno@clisp.org>, 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)