Commit 93d27547 authored by Guido van Rossum's avatar Guido van Rossum

Remove redundant definition of NEXITFUNCS.

(Reported by Jeff Rush.)
parent 2645241a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment