merge from gcc

This commit is contained in:
DJ Delorie 2009-04-01 01:23:18 +00:00
parent a54217b469
commit 1aa34cc52c
2 changed files with 5 additions and 3 deletions

View file

@ -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 */