*** core/base/Headers/Foundation/NSCoder.h.orig Sat Mar 6 17:11:21 2004 --- core/base/Headers/Foundation/NSCoder.h Sat Mar 6 17:12:44 2004 *************** *** 82,90 **** --- 82,96 ---- * MacOS-X adds some typedefs that GNUstep already has by another name. */ #include + #ifndef uint8_t #define uint8_t gsu8 + #endif + #ifndef int32_t #define int32_t gss32 + #endif + #ifndef int64_t #define int64_t gss64 + #endif /**