File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,26 +178,26 @@ static void aix_loaderror(char *);
178178#endif
179179
180180#ifdef __BEOS__
181- # undef USE_SHLIB /* probably not defined anyway */
182- # define DYNAMIC_LINK
183- # define SHORT_EXT ".so"
184- # define LONG_EXT "module.so"
181+ #undef USE_SHLIB /* probably not defined anyway */
182+ #define DYNAMIC_LINK
183+ #define SHORT_EXT ".so"
184+ #define LONG_EXT "module.so"
185185typedef void (* dl_funcptr )(void );
186- # define _DL_FUNCPTR_DEFINED
186+ #define _DL_FUNCPTR_DEFINED
187187
188- # if defined(MAXPATHLEN ) && !defined(_SYS_PARAM_H )
189- # undef MAXPATHLEN
190- # endif
188+ #if defined(MAXPATHLEN ) && !defined(_SYS_PARAM_H )
189+ #undef MAXPATHLEN
190+ #endif
191191
192- # include <kernel/image.h>
193- # include <kernel/OS.h>
194- # include <stdlib.h>
195- # include <unistd.h>
192+ #include <kernel/image.h>
193+ #include <kernel/OS.h>
194+ #include <stdlib.h>
195+ #include <unistd.h>
196196
197- # ifdef WITH_THREAD
198- # include "thread .h"
197+ #ifdef WITH_THREAD
198+ #include "pythread .h"
199199static type_lock beos_dyn_lock ;
200- # endif
200+ #endif
201201
202202static PyObject * beos_dyn_images = NULL ;
203203
You can’t perform that action at this time.
0 commit comments