summaryrefslogtreecommitdiff
path: root/Include/moduleobject.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1990-12-20 15:06:42 +0000
committerGuido van Rossum <guido@python.org>1990-12-20 15:06:42 +0000
commitbadc12f65168c9a664ee07e6d10b57aaded4caee (patch)
treee932e31cb9381f40b7c87c377638216c043b5cfc /Include/moduleobject.h
parente0c000df2666787beacb844e3529ad148114e1bf (diff)
downloadcpython-badc12f65168c9a664ee07e6d10b57aaded4caee.tar.gz
"Compiling" version
Diffstat (limited to 'Include/moduleobject.h')
-rw-r--r--Include/moduleobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/moduleobject.h b/Include/moduleobject.h
index 99d3d52f40..c9ce6ad500 100644
--- a/Include/moduleobject.h
+++ b/Include/moduleobject.h
@@ -6,5 +6,4 @@ extern typeobject Moduletype;
extern object *newmoduleobject PROTO((char *));
extern object *getmoduledict PROTO((object *));
-extern int setmoduledict PROTO((object *, object *));
extern char *getmodulename PROTO((object *));