summaryrefslogtreecommitdiffstats
path: root/Python/importdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/importdl.h')
-rw-r--r--Python/importdl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Python/importdl.h b/Python/importdl.h
index f1bdeab..4587841 100644
--- a/Python/importdl.h
+++ b/Python/importdl.h
@@ -42,9 +42,8 @@ extern struct filedescr {
enum filetype type;
} _PyImport_Filetab[];
-extern PyObject *_PyImport_Modules;
-
extern PyObject *_PyImport_LoadDynamicModule
Py_PROTO((char *name, char *pathname, FILE *));
-extern int _PyImport_MaxSuffixSize;
+/* Max length of module suffix searched for -- accommodates "module.slb" */
+#define MAXSUFFIXSIZE 12