cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Larry Jones
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog stdint.h
Date: Fri, 23 Jun 2006 16:22:46 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Larry Jones <scjones>   06/06/23 16:22:46

Modified files:
        windows-NT     : ChangeLog stdint.h 

Log message:
        * stdint.h: Regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/ChangeLog?cvsroot=cvs&r1=1.364&r2=1.365
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stdint.h?cvsroot=cvs&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -b -r1.364 -r1.365
--- ChangeLog   23 Jun 2006 14:28:20 -0000      1.364
+++ ChangeLog   23 Jun 2006 16:22:46 -0000      1.365
@@ -1,3 +1,7 @@
+2006-06-23  Larry Jones  <address@hidden>
+
+       * stdint.h: Regenerated.
+
 2006-06-23  Mark D. Baushke  <address@hidden>
 
        * stdint.h: Regenerated.

Index: stdint.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stdint.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- stdint.h    23 Jun 2006 14:28:20 -0000      1.12
+++ stdint.h    23 Jun 2006 16:22:46 -0000      1.13
@@ -33,6 +33,9 @@
 
 /* Get wchar_t, WCHAR_MIN, WCHAR_MAX.  */
 #include <stddef.h>
+#if !defined(WCHAR_MIN) && defined(HAVE_WCHAR_H)
+# include <wchar.h>
+#endif
 /* Get LONG_MIN, LONG_MAX, ULONG_MAX.  */
 #include <limits.h>
 
@@ -40,16 +43,12 @@
 #if defined(__FreeBSD__) && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)
 # include <sys/inttypes.h>
 #endif
-#if defined(__bsdos__)
-  /* In BSD/OS 4.2, <sys/types.h> includes some of the needed typedefs
-     that would otherwise conflict with types in a generated <stdint.h>. */
-# include <sys/types.h>
-#endif
-#if defined(__OpenBSD__) || defined(__sgi)
+#if defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)
   /* In OpenBSD 3.8, <sys/types.h> includes <machine/types.h>, which defines
      int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__.
      <inttypes.h> includes <machine/types.h> and also defines intptr_t and
      uintptr_t.  */
+  /* BSD/OS 4.2 is similar, but doesn't have <inttypes.h> */
   /* SGI-cc IRIX 5.3 needs some of the <sys/types.h> types too. */
 # include <sys/types.h>
 # if 0




reply via email to

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