summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-08-19 13:59:59 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-08-19 13:59:59 (GMT)
commit97de10cacff9892c17507086c35888879a1fc933 (patch)
tree5f6764233a0d58d8b4bbe43676850a3a076ecc74 /Mac
parent78c3cc4f0ce7bff70a612cd193fd39e525cd7243 (diff)
downloadcpython-97de10cacff9892c17507086c35888879a1fc933.zip
cpython-97de10cacff9892c17507086c35888879a1fc933.tar.gz
cpython-97de10cacff9892c17507086c35888879a1fc933.tar.bz2
Added reop
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Modules/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c
index 254c4d8..e344fda 100644
--- a/Mac/Modules/config.c
+++ b/Mac/Modules/config.c
@@ -81,6 +81,7 @@ extern void initbinascii();
extern void initsoundex();
extern void initoperator();
extern void initerrno();
+extern void initreop();
#ifdef THINK
extern void initmacconsole();
#endif
@@ -180,6 +181,7 @@ struct _inittab _PyImport_Inittab[] = {
{"soundex", initsoundex},
{"operator", initoperator},
{"errno", initerrno},
+ {"reop", initreop},
#ifdef THINK_C
/* This is an interface to the Think runtime */
{"macconsole", initmacconsole},