OSDN Git Service

new test result
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jul 2000 13:36:04 +0000 (13:36 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jul 2000 13:36:04 +0000 (13:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35144 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixinc/tests/base/sys/types.h

index fd78b01..6c4d456 100644 (file)
@@ -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