cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs libstdint_.h windows-NT/stdint.h
Date: Mon, 26 Jun 2006 23:26:11 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Mark D. Baushke <mdb>   06/06/26 23:26:11

Modified files:
        lib            : stdint_.h 
        windows-NT     : stdint.h 

Log message:
        * Makefile.in, configure: Regenerated.
        
        * lib/Makefile.gnulib, lib/stdint_.h: Update from gnulib.
        * lib/Makefile.am: Update from Makefile.gnulib.
        * lib/Makefile.in: Regenerated.
        
        * m4/stdint.m4: Update from gnulib.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/lib/stdint_.h?cvsroot=cvs&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stdint.h?cvsroot=cvs&r1=1.15&r2=1.16

Patches:
Index: lib/stdint_.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/lib/stdint_.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- lib/stdint_.h       26 Jun 2006 22:58:31 -0000      1.15
+++ lib/stdint_.h       26 Jun 2006 23:26:11 -0000      1.16
@@ -26,7 +26,7 @@
 
 /* Get wchar_t, WCHAR_MIN, WCHAR_MAX.  */
 #include <stddef.h>
-/* Some systems define WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>.  */
+/* BSD/OS 4.2 defines WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>.  */
 #if !(defined(WCHAR_MIN) && defined(WCHAR_MAX)) && @HAVE_WCHAR_H@
 # include <wchar.h>
 #endif

Index: windows-NT/stdint.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stdint.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- windows-NT/stdint.h 26 Jun 2006 22:58:32 -0000      1.15
+++ windows-NT/stdint.h 26 Jun 2006 23:26:11 -0000      1.16
@@ -33,7 +33,7 @@
 
 /* Get wchar_t, WCHAR_MIN, WCHAR_MAX.  */
 #include <stddef.h>
-/* Some systems define WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>.  */
+/* BSD/OS 4.2 defines WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>.  */
 #if !(defined(WCHAR_MIN) && defined(WCHAR_MAX)) && 1
 # include <wchar.h>
 #endif




reply via email to

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