]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Dummy SpinCursor() if __CFM68K__ is defined
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 19 Aug 1996 11:01:05 +0000 (11:01 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 19 Aug 1996 11:01:05 +0000 (11:01 +0000)
Mac/Python/macglue.c

index e6739b532b5ac97c7afd96a6ee1de677b8d30737..7af6e132df18f49caf5eacb3648e0c833ec609cb 100644 (file)
@@ -153,6 +153,16 @@ PyMac_FixGUSIcd()
        if (PBHSetVol(&pb, 0) != noErr)
                return;
 }
+
+#ifdef __CFM68K__
+/*
+** There is no SpinCursor for cfm68k.
+*/
+SpinCursor(dummy)
+int dummy;
+{
+}
+#endif
 #endif