mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Changes for BeOS, QNX and long long, by Chris Herborth.
This commit is contained in:
parent
7d896ab1bb
commit
1a8791e0b8
12 changed files with 559 additions and 1 deletions
|
|
@ -54,6 +54,11 @@ int PyImport_ImportFrozenModule Py_PROTO((char *));
|
|||
extern PyObject *_PyImport_FindExtension Py_PROTO((char *, char *));
|
||||
extern PyObject *_PyImport_FixupExtension Py_PROTO((char *, char *));
|
||||
|
||||
#ifdef __BEOS__
|
||||
#include <kernel/image.h>
|
||||
extern image_id PyImport_BeImageID( char *name );
|
||||
#endif
|
||||
|
||||
struct _inittab {
|
||||
char *name;
|
||||
void (*initfunc)();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue