From a8441ded7a202c6c06c94d86da0b6f68baea2c1f Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 8 Aug 1997 14:57:37 +0000 Subject: Added (dummy) PyOS_FiniInterrupts --- Mac/Python/macglue.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index b4db23c..04e6bbb 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 -- cgit v0.12