Skip to content

Commit

Permalink
Chris Herborth writes:
Browse files Browse the repository at this point in the history
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.
  • Loading branch information
gvanrossum committed Jan 4, 1999
1 parent 906572a commit d3b0921
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
47 changes: 0 additions & 47 deletions BeOS/PyImport_BeImageID.html

This file was deleted.

6 changes: 0 additions & 6 deletions BeOS/README
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ linkmodule - A shell script used by the build process to build the
probably need this if you want to build dynamically loaded
modules from the Python archives.

PyImport_BeImageID.html - Documentation for a function added to the
Python interpreter under BeOS; not interesting
unless you're writing your own BeOS-specific
modules for dealing with dynamically-loaded
Python modules.

README - This file (obviously!).

README.readline-2.2 - Instructions for compiling/installing GNU readline 2.2.
Expand Down
5 changes: 0 additions & 5 deletions Include/import.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)();
Expand Down

0 comments on commit d3b0921

Please sign in to comment.