Mercurial > sdl-ios-xcode
comparison include/begin_code.h @ 1978:542c78b6fb12
MacOS Classic is no longer supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 14:54:23 +0000 |
parents | c121d94672cb |
children | 9a48d1a6fbec |
comparison
equal
deleted
inserted
replaced
1977:754847f19490 | 1978:542c78b6fb12 |
---|---|
100 #endif | 100 #endif |
101 #ifdef __BORLANDC__ | 101 #ifdef __BORLANDC__ |
102 #pragma nopackwarning | 102 #pragma nopackwarning |
103 #endif | 103 #endif |
104 #pragma pack(push,4) | 104 #pragma pack(push,4) |
105 #elif (defined(__MWERKS__) && defined(__MACOS__)) | |
106 #pragma options align=mac68k4byte | |
107 #pragma enumsalwaysint on | |
108 #endif /* Compiler needs structure packing set */ | 105 #endif /* Compiler needs structure packing set */ |
109 | 106 |
110 /* Set up compiler-specific options for inlining functions */ | 107 /* Set up compiler-specific options for inlining functions */ |
111 #ifndef SDL_INLINE_OKAY | 108 #ifndef SDL_INLINE_OKAY |
112 #ifdef __GNUC__ | 109 #ifdef __GNUC__ |