diff options
author | Richard Stallman <rms@gnu.org> | 1993-07-27 07:10:41 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-07-27 07:10:41 +0000 |
commit | 7a0b14b8bcc0f1381af7a371874e0b7ba01730f0 (patch) | |
tree | e3e63e03c93a2924153a9b076db5d03162222dd5 /gcc | |
parent | c4c8ee9c6e5065351b172ddc8fe7384b089b0bf4 (diff) | |
download | gcc-7a0b14b8bcc0f1381af7a371874e0b7ba01730f0.zip gcc-7a0b14b8bcc0f1381af7a371874e0b7ba01730f0.tar.gz gcc-7a0b14b8bcc0f1381af7a371874e0b7ba01730f0.tar.bz2 |
(_WCHAR_T_H): Test this and define this.
From-SVN: r4999
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ginclude/stddef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index 5ad0ef2..15422df 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -150,6 +150,7 @@ typedef __SIZE_TYPE__ size_t; #ifndef _T_WCHAR #ifndef __WCHAR_T #ifndef _WCHAR_T_ +#ifndef _WCHAR_T_H #ifndef ___int_wchar_t_h #ifndef _GCC_WCHAR_T #define _WCHAR_T @@ -157,6 +158,7 @@ typedef __SIZE_TYPE__ size_t; #define _T_WCHAR #define __WCHAR_T #define _WCHAR_T_ +#define _WCHAR_T_H #define ___int_wchar_t_h #define _GCC_WCHAR_T #ifndef __WCHAR_TYPE__ @@ -177,6 +179,7 @@ typedef __WCHAR_TYPE__ wchar_t; #endif #endif #endif +#endif #undef __need_wchar_t #endif /* _STDDEF_H or __need_wchar_t. */ |