OSDN Git Service

7d7a434c8f795877723db393d87c25c0bc4b0926
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / tests / base / types / vxTypesBase.h
1 /*  DO NOT EDIT THIS FILE.
2
3     It has been auto-edited by fixincludes from:
4
5         "fixinc/tests/inc/types/vxTypesBase.h"
6
7     This had to be done to correct non-standard usages in the
8     original, manufacturer supplied header file.  */
9
10
11
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 _GCC_WCHAR_T
23 #define _GCC_WCHAR_T
24 typedef unsigned short wchar_t;
25 #endif
26 #endif /* __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__ */
27
28 #endif  /* VXWORKS_GCC_PROBLEM_CHECK */