Renamed thread.h to pythread.h.

This commit is contained in:
Guido van Rossum 1998-10-01 20:42:43 +00:00
parent c456d36bde
commit 49b560698b
10 changed files with 14 additions and 10 deletions

View file

@ -1031,7 +1031,7 @@ Py_FatalError(msg)
/* Clean up and exit */
#ifdef WITH_THREAD
#include "thread.h"
#include "pythread.h"
int _PyThread_Started = 0; /* Set by threadmodule.c and maybe others */
#endif