aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc
diff options
context:
space:
mode:
authorBruce Korb <korbb@gcc.gnu.org>2000-07-20 13:36:04 +0000
committerBruce Korb <korbb@gcc.gnu.org>2000-07-20 13:36:04 +0000
commit5685bed3834d26aaa121999d75c89645ed081ad6 (patch)
tree794048bdae94c16358aff44f3334858c47c27546 /gcc/fixinc
parenta83b3e4f5de7fc6fce1bdd98fd38c0cd461598fb (diff)
downloadgcc-5685bed3834d26aaa121999d75c89645ed081ad6.zip
gcc-5685bed3834d26aaa121999d75c89645ed081ad6.tar.gz
gcc-5685bed3834d26aaa121999d75c89645ed081ad6.tar.bz2
new test result
From-SVN: r35144
Diffstat (limited to 'gcc/fixinc')
-rw-r--r--gcc/fixinc/tests/base/sys/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/fixinc/tests/base/sys/types.h b/gcc/fixinc/tests/base/sys/types.h
index fd78b01..6c4d456 100644
--- a/gcc/fixinc/tests/base/sys/types.h
+++ b/gcc/fixinc/tests/base/sys/types.h
@@ -11,7 +11,7 @@
#if defined( GNU_TYPES_CHECK )
#ifndef __PTRDIFF_TYPE__
-#define __PTRDIFF_TYPE__ long int
+#define __PTRDIFF_TYPE__
#endif
#if !defined(_GCC_PTRDIFF_T)
#define _GCC_PTRDIFF_T
@@ -19,7 +19,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
#endif
/* long int */
#ifndef __SIZE_TYPE__
-#define __SIZE_TYPE__ long unsigned int
+#define __SIZE_TYPE__
#endif
#if !defined(_GCC_SIZE_T)
#define _GCC_SIZE_T
@@ -27,9 +27,9 @@ typedef __SIZE_TYPE__ size_t;
#endif
/* uint_t */
#ifndef __WCHAR_TYPE__
-#define __WCHAR_TYPE__ int
+#define __WCHAR_TYPE__
#endif
-#if !defined(_GCC_WCHAR_T) && !defined(__cplusplus)
+#if !defined(_GCC_WCHAR_T) && ! defined(__cplusplus)
#define _GCC_WCHAR_T
typedef __WCHAR_TYPE__ wchar_t;
#endif