rename sigcheck so signal handling works again

This commit is contained in:
Guido van Rossum 1995-01-22 00:46:57 +00:00
parent 64fc649095
commit ec25b91ba3
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ initsignal()
}
int
sigcheck()
PyErr_CheckSignals()
{
int i;
PyObject *f;