]> granicus.if.org Git - python/commitdiff
Added pypcre.c module.
authorGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 06:00:59 +0000 (06:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 06:00:59 +0000 (06:00 +0000)
PC/config.c
PC/vc5x/python15.dsp

index 8df3f5f2c1ad5fa8d9f86125816b0860bb6a76c5..9b719771a6e8de9167b2323003a86dbc83ea3158 100644 (file)
@@ -61,6 +61,7 @@ extern void inittime();
 extern void initthread();
 extern void initcStringIO();
 extern void initcPickle();
+extern void initpcre();
 #ifdef WIN32
 extern void initmsvcrt();
 #endif
@@ -103,6 +104,7 @@ struct _inittab _PyImport_Inittab[] = {
 #endif
         {"cStringIO", initcStringIO},
         {"cPickle", initcPickle},
+        {"pcre", initpcre},
 #ifdef WIN32
        {"msvcrt", initmsvcrt},
 #endif
index dd23da67a84590fee663ce6ef70ee2cbeb8e550e..03417109d169f51875ce9e01bdb776268dccefdd 100644 (file)
@@ -347,6 +347,10 @@ SOURCE=..\Parser\parsetok.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\Modules\pcremodule.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\Modules\posixmodule.c
 # End Source File
 # Begin Source File
@@ -355,6 +359,10 @@ SOURCE=..\Python\pyfpe.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\Modules\pypcre.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\Python\pystate.c
 # End Source File
 # Begin Source File