diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-15 20:20:24 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-15 20:20:24 +0000 |
commit | c98efb56a8278450e3374b38a6b76682490309cb (patch) | |
tree | 171b09c4e573a924fe8b17654d694df550567f8f /gcc/config/interix.h | |
parent | 61448eb733648aefa46b59c46075eccc5dd6b081 (diff) | |
download | gcc-c98efb56a8278450e3374b38a6b76682490309cb.tar.gz |
* system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
* config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
TRAMPOLINE_ALIGNMENT.
* config/arm/arm.h, config/mcore/mcore.h: Likewise. Change value
to be in bits.
* config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
PCC_BITFIELD_TYPE_MATTERS.
* config/interix.h (STDC_VALUE): Remove. Use
STDC_0_IN_SYSTEM_HEADERS.
* config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
(ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48877 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/interix.h')
-rw-r--r-- | gcc/config/interix.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/interix.h b/gcc/config/interix.h index a815ab13eb0..778c9ae7473 100644 --- a/gcc/config/interix.h +++ b/gcc/config/interix.h @@ -83,8 +83,7 @@ for windows/multi thread */ #endif /* 0 */ -#undef STDC_VALUE -#define STDC_VALUE 0 +#define STDC_0_IN_SYSTEM_HEADERS 1 #define HANDLE_SYSV_PRAGMA #undef HANDLE_PRAGMA_WEAK /* until the link format can handle it */ |