ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.7 by pcg, Mon May 10 18:56:57 2004 UTC vs.
Revision 1.8 by pcg, Tue Mar 1 06:27:20 2005 UTC

311 311
312/* Define to `unsigned' if <sys/types.h> does not define. */ 312/* Define to `unsigned' if <sys/types.h> does not define. */
313#undef size_t 313#undef size_t
314 314
315 315
316typedef unsigned char u8;
317typedef signed char s8;
318
316#if __CYGWIN__ 319#if __CYGWIN__
317 320
318typedef unsigned char u8;
319typedef unsigned short u16; 321typedef unsigned short u16;
320typedef unsigned int u32; 322typedef unsigned int u32;
323typedef signed short s16;
324typedef signed int s32;
321 325
322#else 326#else
323#include <inttypes.h> 327#include <inttypes.h>
324 328
325/* old modula-2 habits */ 329/* old modula-2 habits */
326typedef unsigned char u8;
327typedef uint16_t u16; 330typedef uint16_t u16;
328typedef uint32_t u32; 331typedef uint32_t u32;
332typedef int16_t s16;
333typedef int32_t s32;
329#endif 334#endif
330 335
331#endif 336#endif
332 337

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines