cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/lib ChangeLog system.h


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/lib ChangeLog system.h
Date: Mon, 10 Apr 2006 17:41:07 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/04/10 17:41:07

Modified files:
        lib            : ChangeLog system.h 

Log message:
        * system.h: Assume <stdint.h> since GNULIB provides a substitute.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/ChangeLog.diff?tr1=1.496&tr2=1.497&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/system.h.diff?tr1=1.82&tr2=1.83&r1=text&r2=text

Patches:
Index: ccvs/lib/ChangeLog
diff -u ccvs/lib/ChangeLog:1.496 ccvs/lib/ChangeLog:1.497
--- ccvs/lib/ChangeLog:1.496    Fri Apr  7 17:17:55 2006
+++ ccvs/lib/ChangeLog  Mon Apr 10 17:41:07 2006
@@ -1,3 +1,7 @@
+2006-04-10  Derek Price  <address@hidden>
+
+       * system.h: Assume <stdint.h> since GNULIB provides a substitute.
+
 2006-04-07  Derek Price  <address@hidden>
 
        Import strtoumax module from GNULIB.
Index: ccvs/lib/system.h
diff -u ccvs/lib/system.h:1.82 ccvs/lib/system.h:1.83
--- ccvs/lib/system.h:1.82      Mon Nov 14 23:48:34 2005
+++ ccvs/lib/system.h   Mon Apr 10 17:41:07 2006
@@ -48,10 +48,11 @@
  */
 #include <sys/types.h>
 
-/* A GNULIB replacement for this C99 header is supplied when it is missing.
+/* A GNULIB replacement for these C99 headers is supplied when any are missing.
  * See the comments in stdbool_.h for its limitations.
  */
 #include <stdbool.h>
+#include <stdint.h>
 
 /* Ditto for these POSIX.2 headers.  */
 #include <fnmatch.h>
@@ -66,10 +67,6 @@
 #endif /* !STDC_HEADERS && HAVE_MEMORY_H */
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
-#else /* ! HAVE_INTTYPES_H */
-# if HAVE_STDINT_H
-#  include <stdint.h>
-# endif /* HAVE_STDINT_H */
 #endif /* HAVE_INTTYPES_H */
 /* End the default set of autoconf includes */
 




reply via email to

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