Commit 7a0b14b8 by Richard Stallman

(_WCHAR_T_H): Test this and define this.

From-SVN: r4999
parent c4c8ee9c
...@@ -150,6 +150,7 @@ typedef __SIZE_TYPE__ size_t; ...@@ -150,6 +150,7 @@ typedef __SIZE_TYPE__ size_t;
#ifndef _T_WCHAR #ifndef _T_WCHAR
#ifndef __WCHAR_T #ifndef __WCHAR_T
#ifndef _WCHAR_T_ #ifndef _WCHAR_T_
#ifndef _WCHAR_T_H
#ifndef ___int_wchar_t_h #ifndef ___int_wchar_t_h
#ifndef _GCC_WCHAR_T #ifndef _GCC_WCHAR_T
#define _WCHAR_T #define _WCHAR_T
...@@ -157,6 +158,7 @@ typedef __SIZE_TYPE__ size_t; ...@@ -157,6 +158,7 @@ typedef __SIZE_TYPE__ size_t;
#define _T_WCHAR #define _T_WCHAR
#define __WCHAR_T #define __WCHAR_T
#define _WCHAR_T_ #define _WCHAR_T_
#define _WCHAR_T_H
#define ___int_wchar_t_h #define ___int_wchar_t_h
#define _GCC_WCHAR_T #define _GCC_WCHAR_T
#ifndef __WCHAR_TYPE__ #ifndef __WCHAR_TYPE__
...@@ -177,6 +179,7 @@ typedef __WCHAR_TYPE__ wchar_t; ...@@ -177,6 +179,7 @@ typedef __WCHAR_TYPE__ wchar_t;
#endif #endif
#endif #endif
#endif #endif
#endif
#undef __need_wchar_t #undef __need_wchar_t
#endif /* _STDDEF_H or __need_wchar_t. */ #endif /* _STDDEF_H or __need_wchar_t. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment