On second though, NEXITFUNCS should be defined in pythonrun.c and not

here; pystate.h doesn't use it (I thought I wanted to move the array
there but that won't work).
This commit is contained in:
Guido van Rossum 1998-10-01 16:02:31 +00:00
parent 2dcfc9618d
commit 2c69336507
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ PERFORMANCE OF THIS SOFTWARE.
/* State shared between threads */
#define NEXITFUNCS 32
struct _ts; /* Forward */
struct _is; /* Forward */