cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/windows-NT stdint.h


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/windows-NT stdint.h
Date: Mon, 03 Jul 2006 12:03:21 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/07/03 12:03:21

Modified files:
        windows-NT     : stdint.h 

Log message:
        Regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stdint.h?cvsroot=cvs&r1=1.18&r2=1.19

Patches:
Index: stdint.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stdint.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- stdint.h    3 Jul 2006 02:12:58 -0000       1.18
+++ stdint.h    3 Jul 2006 12:03:21 -0000       1.19
@@ -42,6 +42,11 @@
 /* <sys/types.h> defines some of the stdint.h types as well, on glibc,
    IRIX 6.5, and OpenBSD 3.8 (via <machine/types.h>).  */
 #if @HAVE_SYS_TYPES_H@
+/* <sys/types.h> on MacOS X 10.4.6 includes <stdint.h> and needs the
+   real one rather than the generated version. */
+#if __APPLE__ && 0
+# include 
+#endif
 # include <sys/types.h>
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]