Quickly renamed the remaining files -- this directory is done.

This commit is contained in:
Guido van Rossum 1997-04-29 20:08:16 +00:00
parent 65bf9f265e
commit 79f25d9a7b
10 changed files with 1832 additions and 1746 deletions

View file

@ -40,10 +40,11 @@ extern struct filedescr {
char *suffix;
char *mode;
enum filetype type;
} import_filetab[];
} _PyImport_Filetab[];
extern object *import_modules;
extern PyObject *import_modules;
extern object *load_dynamic_module PROTO((char *name, char *pathname, FILE *));
extern PyObject *_PyImport_LoadDynamicModule
Py_PROTO((char *name, char *pathname, FILE *));
extern int import_maxsuffixsize;
extern int _PyImport_MaxSuffixSize;