commit | 93d27547d00896775fbff943028d28fbbff3f1a5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Sep 28 22:15:37 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Sep 28 22:15:37 1998 +0000 |
tree | ce3a5314e7f962abdf329c8cb09ecff831369944 | |
parent | 2645241adda213a2f65c7792f4e13c0686bb0daf [diff] [blame] |
Remove redundant definition of NEXITFUNCS. (Reported by Jeff Rush.)
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 2be073b..2423465 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c
@@ -1035,7 +1035,7 @@ int _PyThread_Started = 0; /* Set by threadmodule.c and maybe others */ #endif -#define NEXITFUNCS 32 +/* NEXITFUNCS is defined in pystate.h */ static void (*exitfuncs[NEXITFUNCS])(); static int nexitfuncs = 0;