Kaydet (Commit) 97de10ca authored tarafından Jack Jansen's avatar Jack Jansen

Added reop

üst 78c3cc4f
...@@ -81,6 +81,7 @@ extern void initbinascii(); ...@@ -81,6 +81,7 @@ extern void initbinascii();
extern void initsoundex(); extern void initsoundex();
extern void initoperator(); extern void initoperator();
extern void initerrno(); extern void initerrno();
extern void initreop();
#ifdef THINK #ifdef THINK
extern void initmacconsole(); extern void initmacconsole();
#endif #endif
...@@ -180,6 +181,7 @@ struct _inittab _PyImport_Inittab[] = { ...@@ -180,6 +181,7 @@ struct _inittab _PyImport_Inittab[] = {
{"soundex", initsoundex}, {"soundex", initsoundex},
{"operator", initoperator}, {"operator", initoperator},
{"errno", initerrno}, {"errno", initerrno},
{"reop", initreop},
#ifdef THINK_C #ifdef THINK_C
/* This is an interface to the Think runtime */ /* This is an interface to the Think runtime */
{"macconsole", initmacconsole}, {"macconsole", initmacconsole},
......
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