FSF GCC merge 02/23/03
[official-gcc.git] / gcc / fixinc / tests / base / sys / types.h
blob683b5e93ecd0025cfef13d1339e5c3c2ad66e62c
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/types.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( GNU_TYPES_CHECK )
13 #if !defined(_GCC_PTRDIFF_T)
14 #define _GCC_PTRDIFF_T
15 typedef __PTRDIFF_TYPE__ ptrdiff_t;
16 #endif
17 /* long int */
18 #if !defined(_GCC_SIZE_T)
19 #define _GCC_SIZE_T
20 typedef __SIZE_TYPE__ size_t;
21 #endif
22 /* uint_t */
23 #ifndef __cplusplus
24 #if !defined(_GCC_WCHAR_T) && ! defined(__cplusplus)
25 #define _GCC_WCHAR_T
26 typedef __WCHAR_TYPE__ wchar_t;
27 #endif
29 #endif /* ushort_t */
30 #endif /* GNU_TYPES_CHECK */