Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 23, 2001
1 parent 67db6af commit e897992
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions include/begin_code.h
Expand Up @@ -59,19 +59,17 @@
packing set to an alternate value, say for loading structures from disk.
The packing is reset to the previous value in close_code.h
*/
#if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__APPLE__)
#if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__)
#ifdef _MSC_VER
#pragma warning(disable: 4103)
#endif
#ifdef __BORLANDC__
#pragma nopackwarning
#endif
#if (defined(__MWERKS__) && defined(macintosh))
#pragma pack(push,4)
#elif (defined(__MWERKS__) && defined(macintosh))
#pragma options align=mac68k4byte
#pragma enumsalwaysint on
#else
#pragma pack(push,4)
#endif
#endif /* Compiler needs structure packing set */

/* Set up compiler-specific options for inlining functions */
Expand Down

0 comments on commit e897992

Please sign in to comment.