diff options
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Python/macglue.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 |