comparison src/os_mac.h @ 675:51794dc170f7

updated for version 7.0202
author vimboss
date Mon, 20 Feb 2006 21:27:21 +0000
parents 5953bf5509ec
children 7b21554be7a1
comparison
equal deleted inserted replaced
674:4b8583e82cb8 675:51794dc170f7
91 /* 91 /*
92 * Incompatibility checks 92 * Incompatibility checks
93 */ 93 */
94 94
95 /* Got problem trying to use shared library in 68k */ 95 /* Got problem trying to use shared library in 68k */
96 #if !defined(__POWERPC__) && defined(FEAT_PYTHON) 96 #if !defined(__POWERPC__) && !defined(__i386__) && defined(FEAT_PYTHON)
97 # undef FEAT_PYTHON 97 # undef FEAT_PYTHON
98 # warning Auto-disabling Python. Not yet supported in 68k. 98 # warning Auto-disabling Python. Not yet supported in 68k.
99 #endif 99 #endif
100 100
101 #if !defined(__POWERPC__) && !defined(__ppc__) 101 #if !defined(__POWERPC__) && !defined(__ppc__) && !defined(__i386__)
102 # if !__option(enumsalwaysint) 102 # if !__option(enumsalwaysint)
103 # error "You must compile with enums always int!" 103 # error "You must compile with enums always int!"
104 # endif 104 # endif
105 # if defined(__MWERKS__) && !defined(__fourbyteints__) 105 # if defined(__MWERKS__) && !defined(__fourbyteints__)
106 # error "You must compile the project with 4-byte ints" 106 # error "You must compile the project with 4-byte ints"