]> granicus.if.org Git - python/commitdiff
Remove redundant definition of NEXITFUNCS.
authorGuido van Rossum <guido@python.org>
Mon, 28 Sep 1998 22:15:37 +0000 (22:15 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 28 Sep 1998 22:15:37 +0000 (22:15 +0000)
(Reported by Jeff Rush.)

Python/pythonrun.c

index 2be073bda0fa782984198fc63473e4a847a563ed..2423465e01b5230480c5edda1694a9744af590f9 100644 (file)
@@ -1035,7 +1035,7 @@ Py_FatalError(msg)
 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;