diff include/close_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 99210400e8b9
line wrap: on
line diff
--- a/include/close_code.h	Thu Aug 10 14:35:42 2006 +0000
+++ b/include/close_code.h	Thu Aug 10 14:54:23 2006 +0000
@@ -31,10 +31,5 @@
 #ifdef __BORLANDC__
 #pragma nopackwarning
 #endif
-#if (defined(__MWERKS__) && defined(__MACOS__))
-#pragma options align=reset
-#pragma enumsalwaysint reset
-#else
 #pragma pack(pop)
-#endif
 #endif /* Compiler needs structure packing set */