]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed all instances of RETSIGTYPE from the source code: signal
authorTim Peters <tim.peters@gmail.com>
Sun, 23 Jul 2000 21:18:09 +0000 (21:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 23 Jul 2000 21:18:09 +0000 (21:18 +0000)
commit4f1b2081e9dde910048ef679f5afe252023a4031
treed0329ad8a22d260b10e05c31ca6291eb26f70b27
parent56055a474955811fd672e406d0a175349879759d
Removed all instances of RETSIGTYPE from the source code:  signal
handlers "return void", according to ANSI C.
Removed the new Py_RETURN_FROM_SIGNAL_HANDLER macro.
Left RETSIGTYPE in the config stuff, because it's not clear to
me that others aren't relying on it (e.g., extension modules).
Include/pyport.h
Modules/fpectlmodule.c
Modules/readline.c
Modules/signalmodule.c
Parser/intrcheck.c
README