Kaydet (Commit) e364b7d4 authored tarafından Guido van Rossum's avatar Guido van Rossum

Renamed thread.h to pythread.h.

(Also removed whitespace after # in some BEOS related cpp directives.)
üst 09b29575
......@@ -178,26 +178,26 @@ static void aix_loaderror(char *);
#endif
#ifdef __BEOS__
# undef USE_SHLIB /* probably not defined anyway */
# define DYNAMIC_LINK
# define SHORT_EXT ".so"
# define LONG_EXT "module.so"
#undef USE_SHLIB /* probably not defined anyway */
#define DYNAMIC_LINK
#define SHORT_EXT ".so"
#define LONG_EXT "module.so"
typedef void (*dl_funcptr)(void);
# define _DL_FUNCPTR_DEFINED
#define _DL_FUNCPTR_DEFINED
# if defined(MAXPATHLEN) && !defined(_SYS_PARAM_H)
# undef MAXPATHLEN
# endif
#if defined(MAXPATHLEN) && !defined(_SYS_PARAM_H)
#undef MAXPATHLEN
#endif
# include <kernel/image.h>
# include <kernel/OS.h>
# include <stdlib.h>
# include <unistd.h>
#include <kernel/image.h>
#include <kernel/OS.h>
#include <stdlib.h>
#include <unistd.h>
# ifdef WITH_THREAD
# include "thread.h"
#ifdef WITH_THREAD
#include "pythread.h"
static type_lock beos_dyn_lock;
# endif
#endif
static PyObject *beos_dyn_images = NULL;
......
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