*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 15 Jan 1992 06:01:38 +0000 (06:01 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 15 Jan 1992 06:01:38 +0000 (06:01 +0000)
From-SVN: r185

gcc/ginclude/stddef.h

index 4068280c7b21495309b5fcf23bb2f46186a8e269..9ceb4699fb283b18f46e658a550561e518a19e60 100644 (file)
@@ -61,11 +61,13 @@ typedef __SIZE_TYPE__ size_t;
 
 #ifndef _WCHAR_T
 #ifndef _T_WCHAR_
+#ifndef _T_WCHAR
 #ifndef __WCHAR_T
 #ifndef _WCHAR_T_
 #ifndef ___int_wchar_t_h
 #define _WCHAR_T
 #define _T_WCHAR_
+#define _T_WCHAR
 #define __WCHAR_T
 #define _WCHAR_T_
 #define ___int_wchar_t_h
@@ -78,6 +80,7 @@ typedef __WCHAR_TYPE__ wchar_t;
 #endif
 #endif
 #endif
+#endif
 
 #endif /* __sys_stdtypes_h */