OSDN Git Service

* decContext.h: Include gstdint.h instead of <stdint.h>.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Apr 2009 00:51:55 +0000 (00:51 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Apr 2009 00:51:55 +0000 (00:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145385 138bc75d-0d04-0410-961f-82ee72b054a4

libdecnumber/ChangeLog
libdecnumber/decContext.h

index 864694a..4d0e3d9 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-01  Ben Elliston  <bje@au.ibm.com>
+
+        * decContext.h: Include gstdint.h instead of <stdint.h>.
+
 2009-03-30  Ben Elliston  <bje@au.ibm.com>
 
        * decNumber.c, decNumber.h, decNumberLocal.h, decDouble.c,
 2009-03-30  Ben Elliston  <bje@au.ibm.com>
 
        * decNumber.c, decNumber.h, decNumberLocal.h, decDouble.c,
index 70effd8..0206161 100644 (file)
@@ -56,9 +56,7 @@
   #define DECCFULLNAME "Decimal Context Descriptor"   /* Verbose name */
   #define DECCAUTHOR   "Mike Cowlishaw"              /* Who to blame */
 
   #define DECCFULLNAME "Decimal Context Descriptor"   /* Verbose name */
   #define DECCAUTHOR   "Mike Cowlishaw"              /* Who to blame */
 
-  #if !defined(int32_t)
-    #include <stdint.h>           /* C99 standard integers           */
-  #endif
+  #include "gstdint.h"            /* C99 standard integers           */
   #include <stdio.h>              /* for printf, etc.                */
   #include <signal.h>             /* for traps                       */
 
   #include <stdio.h>              /* for printf, etc.                */
   #include <signal.h>             /* for traps                       */