Kaydet (Commit) 0b344901 authored tarafından Guido van Rossum's avatar Guido van Rossum

init_frozen non-static, frozenmain.c not in Makefile any more

üst 262e1241
...@@ -48,7 +48,7 @@ SYSLIBS= -lm ...@@ -48,7 +48,7 @@ SYSLIBS= -lm
# === Rules === # === Rules ===
all: $(LIB) frozenmain.o all: $(LIB)
$(LIB): $& $(OBJS) $(LIB): $& $(OBJS)
-rm -f $(LIB) -rm -f $(LIB)
......
...@@ -530,7 +530,9 @@ extern struct frozen { ...@@ -530,7 +530,9 @@ extern struct frozen {
int size; int size;
} frozen_modules[]; } frozen_modules[];
static int /* This function is also used from frozenmain.c */
int
init_frozen(name) init_frozen(name)
char *name; char *name;
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment