merge from gcc
This commit is contained in:
parent
a54217b469
commit
1aa34cc52c
2 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue