From: Jack Jansen Date: Fri, 12 May 2000 21:36:29 +0000 (+0000) Subject: Fixed to work again without USE_GUSI X-Git-Tag: v2.0b1~1745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12e89e42d8ecf572429d6fa6678082a4a1fde728;p=python Fixed to work again without USE_GUSI --- diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index b2849121a5..c2224f00bd 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -68,12 +68,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #undef sync int sync(void); #else -#ifdef x__MWERKS__ -#include -#else +#define mode_t int #include #endif -#endif /* Optional routines, for some compiler/runtime combinations */ #if defined(USE_GUSI) || !defined(__MWERKS__)