Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2136490 commit bbaf37cCopy full SHA for bbaf37c
1 file changed
Mac/Modules/config.c
@@ -82,6 +82,7 @@ extern void initsoundex();
82
extern void initoperator();
83
extern void initerrno();
84
extern void initreop();
85
+extern void initpcre();
86
#ifdef THINK
87
extern void initmacconsole();
88
#endif
@@ -183,6 +184,7 @@ struct _inittab _PyImport_Inittab[] = {
183
184
{"operator", initoperator},
185
{"errno", initerrno},
186
{"reop", initreop},
187
+ {"pcre", initpcre},
188
#ifdef THINK_C
189
/* This is an interface to the Think runtime */
190
{"macconsole", initmacconsole},
0 commit comments