aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-01-15 06:01:38 +0000
committerRichard Stallman <rms@gnu.org>1992-01-15 06:01:38 +0000
commitb125a5a889a5474b167a728a298ed44097670f9a (patch)
tree17f48b1b48b4bbf14fdfbbb0619030fbd81b57bf /gcc
parentea5e64f938b9cc739fac9647ac36b6e9f2cb6dde (diff)
downloadgcc-b125a5a889a5474b167a728a298ed44097670f9a.zip
gcc-b125a5a889a5474b167a728a298ed44097670f9a.tar.gz
gcc-b125a5a889a5474b167a728a298ed44097670f9a.tar.bz2
*** empty log message ***
From-SVN: r185
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ginclude/stddef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h
index 4068280..9ceb469 100644
--- a/gcc/ginclude/stddef.h
+++ b/gcc/ginclude/stddef.h
@@ -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 */