Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbaf37c

Browse files
committed
Added pcre module
1 parent 2136490 commit bbaf37c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Mac/Modules/config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ extern void initsoundex();
8282
extern void initoperator();
8383
extern void initerrno();
8484
extern void initreop();
85+
extern void initpcre();
8586
#ifdef THINK
8687
extern void initmacconsole();
8788
#endif
@@ -183,6 +184,7 @@ struct _inittab _PyImport_Inittab[] = {
183184
{"operator", initoperator},
184185
{"errno", initerrno},
185186
{"reop", initreop},
187+
{"pcre", initpcre},
186188
#ifdef THINK_C
187189
/* This is an interface to the Think runtime */
188190
{"macconsole", initmacconsole},

0 commit comments

Comments
 (0)