Renamed thread.h to pythread.h.

(Also removed whitespace after # in some BEOS related cpp directives.)
This commit is contained in:
Guido van Rossum 1998-10-01 20:43:23 +00:00
parent 09b295754f
commit e364b7d46a
1 changed files with 15 additions and 15 deletions

View File

@ -195,7 +195,7 @@ typedef void (*dl_funcptr)(void);
#include <unistd.h>
#ifdef WITH_THREAD
# include "thread.h"
#include "pythread.h"
static type_lock beos_dyn_lock;
#endif