From: Jack Jansen Date: Fri, 8 Aug 1997 14:57:37 +0000 (+0000) Subject: Added (dummy) PyOS_FiniInterrupts X-Git-Tag: v1.5a3~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8441ded7a202c6c06c94d86da0b6f68baea2c1f;p=thirdparty%2FPython%2Fcpython.git Added (dummy) PyOS_FiniInterrupts --- diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index b4db23c4cfde..04e6bbb4cd8f 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -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