mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 21:31:30 +08:00
* decContext.h: Include gstdint.h instead of <stdint.h>.
From-SVN: r145385
This commit is contained in:
parent
0ecca4d11f
commit
9daa490df6
@ -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,
|
||||
|
@ -56,9 +56,7 @@
|
||||
#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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user