]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Include macglue.h on the macintosh, so function prototypes are in scope.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Jul 2000 21:47:20 +0000 (21:47 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Jul 2000 21:47:20 +0000 (21:47 +0000)
Objects/object.c

index 7327f7f868bd029e016346e2db0714e12223529d..9194c90661fd87259cba374c4fb689c756608c42 100644 (file)
@@ -12,6 +12,10 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 
 #include "Python.h"
 
+#ifdef macintosh
+#include "macglue.h"
+#endif
+
 #include "mymath.h"
 
 /* just for trashcan: */