Added (dummy) PyOS_FiniInterrupts

This commit is contained in:
Jack Jansen 1997-08-08 14:57:37 +00:00
parent 7330b39a41
commit a8441ded7a

View 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