]> gcc.gnu.org Git - gcc.git/commitdiff
Removed conditional #defines of macros GCC always defines
authorBruce Korb <korbb@gcc.gnu.org>
Fri, 4 Aug 2000 14:20:42 +0000 (14:20 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Fri, 4 Aug 2000 14:20:42 +0000 (14:20 +0000)
From-SVN: r35480

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

index 6c4d456c166ff78d6c9efc61e637802b4fe6968e..daf5c659fe0eca45ba5821ea50973ad5d04044ef 100644 (file)
 
 
 #if defined( GNU_TYPES_CHECK )
-#ifndef __PTRDIFF_TYPE__
-#define __PTRDIFF_TYPE__
-#endif
 #if !defined(_GCC_PTRDIFF_T)
 #define _GCC_PTRDIFF_T
 typedef __PTRDIFF_TYPE__ ptrdiff_t;
 #endif
  /* long int */
-#ifndef __SIZE_TYPE__
-#define __SIZE_TYPE__
-#endif
 #if !defined(_GCC_SIZE_T)
 #define _GCC_SIZE_T
 typedef __SIZE_TYPE__ size_t;
 #endif
  /* uint_t */
-#ifndef __WCHAR_TYPE__
-#define __WCHAR_TYPE__
-#endif
 #if !defined(_GCC_WCHAR_T) && ! defined(__cplusplus)
 #define _GCC_WCHAR_T
 typedef __WCHAR_TYPE__ wchar_t;
This page took 0.065411 seconds and 5 git commands to generate.