diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-08 14:57:37 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-08 14:57:37 (GMT) |
| commit | a8441ded7a202c6c06c94d86da0b6f68baea2c1f (patch) | |
| tree | fdcf2a8a63d32568509c7709840f405442d4ee87 /Mac/Python/macglue.c | |
| parent | 7330b39a41539f5bfaed40fb6529f1662008ae1c (diff) | |
| download | cpython-a8441ded7a202c6c06c94d86da0b6f68baea2c1f.zip cpython-a8441ded7a202c6c06c94d86da0b6f68baea2c1f.tar.gz cpython-a8441ded7a202c6c06c94d86da0b6f68baea2c1f.tar.bz2 | |
Added (dummy) PyOS_FiniInterrupts
Diffstat (limited to 'Mac/Python/macglue.c')
| -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 |
