]> granicus.if.org Git - python/commitdiff
Added (dummy) PyOS_FiniInterrupts
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 8 Aug 1997 14:57:37 +0000 (14:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 8 Aug 1997 14:57:37 +0000 (14:57 +0000)
Mac/Python/macglue.c

index b4db23c4cfde29f4f561c4ded80983c0d209c7de..04e6bbb4cd8f55def83b73a501c336115332fdc1 100644 (file)
@@ -374,6 +374,11 @@ PyOS_InitInterrupts()
                signal(SIGINT, intcatcher);
 }
 
+void
+PyOS_FiniInterrupts()
+{
+}
+
 /*
 ** This routine scans the event queue looking for cmd-.
 ** This is the only way to get an interrupt under THINK (since it