]> granicus.if.org Git - python/commitdiff
Added pcre module
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Oct 1997 15:34:03 +0000 (15:34 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Oct 1997 15:34:03 +0000 (15:34 +0000)
Mac/Modules/config.c

index 5e7b1a71c0a06de77549dbab6e8dcdbffc668af2..1da0cd280817e77cf99fe5d0cfd186bf617925bd 100644 (file)
@@ -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},