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