]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix warnings on Cygwin.
authorBruno Haible <bruno@clisp.org>
Fri, 28 Nov 2003 20:21:49 +0000 (20:21 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:21 +0000 (12:11 +0200)
ChangeLog
config/ltmain.sh

index e57c60d60455bf8cb65452043b75ce0349816b70..46dd8106265aca8587a8450bb81bb2d2b0c86d65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-27  Bruno Haible  <bruno@clisp.org>
+
+       * config/ltmain.sh: In the trampoline code, include string.h, ctype.h,
+       and return 127. Fixes warnings on cygwin.
+
 2003-11-23  Bruno Haible  <bruno@clisp.org>
 
        * PACKAGING: Remove ssize_t.m4.
index 438771a0dcc1db2419f971be414e12303e3ddb25..e6d293ec4901d3b607506d2c369383aa056ad0f0 100644 (file)
@@ -4509,6 +4509,8 @@ EOF
            cat >> $cwrappersource<<"EOF"
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
 #include <unistd.h>
 #include <malloc.h>
 #include <stdarg.h>
@@ -4584,6 +4586,7 @@ EOF
 EOF
 
            cat >> $cwrappersource <<"EOF"
+  return 127;
 }
 
 void *