commit | 938178283c29cdc2c8f5004d58dff110ac907883 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jan 17 16:01:01 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jan 17 16:01:01 1995 +0000 |
tree | 7d38251f32f2bb35f58e40aed465785f6f7039f4 | |
parent | 8e8a525f229ef6a9e1b881e9b71eda72dabd5007 [diff] [blame] |
new names for lots of new functions
diff --git a/Include/errors.h b/Include/errors.h index 2fa551a..893bc90 100755 --- a/Include/errors.h +++ b/Include/errors.h
@@ -68,7 +68,7 @@ extern void PyErr_BadInternalCall Py_PROTO((void)); -extern int sigcheck Py_PROTO((void)); /* In sigcheck.c or signalmodule.c */ +extern int PyErr_CheckSignals Py_PROTO((void)); /* In sigcheck.c or signalmodule.c */ #ifdef __cplusplus }