OSDN Git Service

9493ce06e5c3efa947a2cf35c1e99eae2f2736f6
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / tests / base / sys / types.h
1
2
3 #if defined( IRIX_MULTILINE_CMNT_CHECK )
4 /* we check the type of the result */
5 // /* of the sizeof something.  This is a bad test :-( */
6 #endif  /* IRIX_MULTILINE_CMNT_CHECK */
7
8
9 #if defined( SYSTYPES_STDLIB_SIZE_T_CHECK )
10 #ifndef __SIZE_TYPE__
11 #define __SIZE_TYPE__ long unsigned int
12 #endif
13 #ifndef _GCC_SIZE_T
14 #define _GCC_SIZE_T
15 typedef __SIZE_TYPE__ size_t; /* size of something */
16 #endif
17 #endif  /* SYSTYPES_STDLIB_SIZE_T_CHECK */