File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ linkmodule - A shell script used by the build process to build the
1616 probably need this if you want to build dynamically loaded
1717 modules from the Python archives.
1818
19- PyImport_BeImageID.html - Documentation for a function added to the
20- Python interpreter under BeOS; not interesting
21- unless you're writing your own BeOS-specific
22- modules for dealing with dynamically-loaded
23- Python modules.
24-
2519README - This file (obviously!).
2620
2721README.readline-2.2 - Instructions for compiling/installing GNU readline 2.2.
Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ DL_IMPORT(int) PyImport_ImportFrozenModule Py_PROTO((char *));
5454extern DL_IMPORT (PyObject * )_PyImport_FindExtension Py_PROTO ((char * , char * ) );
5555extern DL_IMPORT (PyObject * )_PyImport_FixupExtension Py_PROTO ((char * , char * ) );
5656
57- #ifdef __BEOS__
58- #include <kernel/image.h>
59- extern DL_IMPORT (image_id ) PyImport_BeImageID ( char * name );
60- #endif
61-
6257struct _inittab {
6358 char * name ;
6459 void (* initfunc )();
You can’t perform that action at this time.
0 commit comments