Commit bbaf37c0 authored by Jack Jansen's avatar Jack Jansen

Added pcre module

parent 21364902
......@@ -82,6 +82,7 @@ extern void initsoundex();
extern void initoperator();
extern void initerrno();
extern void initreop();
extern void initpcre();
#ifdef THINK
extern void initmacconsole();
#endif
......@@ -183,6 +184,7 @@ struct _inittab _PyImport_Inittab[] = {
{"operator", initoperator},
{"errno", initerrno},
{"reop", initreop},
{"pcre", initpcre},
#ifdef THINK_C
/* This is an interface to the Think runtime */
{"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