summaryrefslogtreecommitdiff
path: root/Python/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index e222c511aa..35c0d9d44d 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -530,7 +530,9 @@ extern struct frozen {
int size;
} frozen_modules[];
-static int
+/* This function is also used from frozenmain.c */
+
+int
init_frozen(name)
char *name;
{