From: Bruno Haible Date: Fri, 28 Nov 2003 20:21:49 +0000 (+0000) Subject: Fix warnings on Cygwin. X-Git-Tag: v0.13~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ff03919ff072d50ae0a4dda1dda79301c3c5136;p=thirdparty%2Fgettext.git Fix warnings on Cygwin. --- diff --git a/ChangeLog b/ChangeLog index e57c60d60..46dd81062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-27 Bruno Haible + + * config/ltmain.sh: In the trampoline code, include string.h, ctype.h, + and return 127. Fixes warnings on cygwin. + 2003-11-23 Bruno Haible * PACKAGING: Remove ssize_t.m4. diff --git a/config/ltmain.sh b/config/ltmain.sh index 438771a0d..e6d293ec4 100644 --- a/config/ltmain.sh +++ b/config/ltmain.sh @@ -4509,6 +4509,8 @@ EOF cat >> $cwrappersource<<"EOF" #include #include +#include +#include #include #include #include @@ -4584,6 +4586,7 @@ EOF EOF cat >> $cwrappersource <<"EOF" + return 127; } void *