summaryrefslogtreecommitdiffstats
path: root/Modules/faulthandler.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-05 00:11:36 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-05 00:11:36 (GMT)
commit14c81aba509904959a86f14ccd180f714e6b753d (patch)
tree62c6d922cd4ae226c2e076b5d3ab81c7c5d24cb5 /Modules/faulthandler.c
parentab70e2ab3264c444ac70a1c98e869b0de0b22c4a (diff)
downloadcpython-14c81aba509904959a86f14ccd180f714e6b753d.zip
cpython-14c81aba509904959a86f14ccd180f714e6b753d.tar.gz
cpython-14c81aba509904959a86f14ccd180f714e6b753d.tar.bz2
#16135: Removal of OS/2 support (Modules/*)
Diffstat (limited to 'Modules/faulthandler.c')
-rw-r--r--Modules/faulthandler.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/faulthandler.c b/Modules/faulthandler.c
index 7e363f0..b0df93c 100644
--- a/Modules/faulthandler.c
+++ b/Modules/faulthandler.c
@@ -79,9 +79,6 @@ typedef struct {
static user_signal_t *user_signals;
/* the following macros come from Python: Modules/signalmodule.c */
-#if defined(PYOS_OS2) && !defined(PYCC_GCC)
-#define NSIG 12
-#endif
#ifndef NSIG
# if defined(_NSIG)
# define NSIG _NSIG /* For BSD/SysV */