Subversion Repositories Kolibri OS

Rev

Rev 4921 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4921 Rev 6099
Line 73... Line 73...
73
#define INT_MAX __INT_MAX__
73
#define INT_MAX __INT_MAX__
74
#define UINT_MAX (__INT_MAX__ * 2U + 1)
74
#define UINT_MAX (__INT_MAX__ * 2U + 1)
75
#define _POINTER_INT short
75
#define _POINTER_INT short
76
#endif
76
#endif
Line -... Line 77...
-
 
77
 
-
 
78
#if defined(__m68k__) || defined(__mc68000__)
-
 
79
#define _READ_WRITE_RETURN_TYPE _ssize_t
-
 
80
#endif
77
 
81
 
78
#ifdef ___AM29K__
82
#ifdef ___AM29K__
79
#define _FLOAT_RET double
83
#define _FLOAT_RET double
Line 80... Line 84...
80
#endif
84
#endif
Line 179... Line 183...
179
#ifdef __SPU__
183
#ifdef __SPU__
180
#define MALLOC_ALIGNMENT 16
184
#define MALLOC_ALIGNMENT 16
181
#define __CUSTOM_FILE_IO__
185
#define __CUSTOM_FILE_IO__
182
#endif
186
#endif
Line -... Line 187...
-
 
187
 
-
 
188
#if defined(__or1k__) || defined(__or1knd__)
-
 
189
#define __DYNAMIC_REENT__
-
 
190
#endif
183
 
191
 
184
/* This block should be kept in sync with GCC's limits.h.  The point
192
/* This block should be kept in sync with GCC's limits.h.  The point
185
   of having these definitions here is to not include limits.h, which
193
   of having these definitions here is to not include limits.h, which
186
   would pollute the user namespace, while still using types of the
194
   would pollute the user namespace, while still using types of the
187
   the correct widths when deciding how to define __int32_t and
195
   the correct widths when deciding how to define __int32_t and