mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Chris Herborth writes:
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.
This commit is contained in:
parent
906572a06d
commit
d3b0921f57
3 changed files with 0 additions and 58 deletions
|
|
@ -54,11 +54,6 @@ DL_IMPORT(int) PyImport_ImportFrozenModule Py_PROTO((char *));
|
|||
extern DL_IMPORT(PyObject *)_PyImport_FindExtension Py_PROTO((char *, char *));
|
||||
extern DL_IMPORT(PyObject *)_PyImport_FixupExtension Py_PROTO((char *, char *));
|
||||
|
||||
#ifdef __BEOS__
|
||||
#include <kernel/image.h>
|
||||
extern DL_IMPORT(image_id) PyImport_BeImageID( char *name );
|
||||
#endif
|
||||
|
||||
struct _inittab {
|
||||
char *name;
|
||||
void (*initfunc)();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue