From 36e18e3d5295429f4583d53bd6f2d2226f269e69 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 25 Nov 1997 06:00:59 +0000 Subject: Added pypcre.c module. --- PC/config.c | 2 ++ PC/vc5x/python15.dsp | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/PC/config.c b/PC/config.c index 8df3f5f..9b71977 100644 --- a/PC/config.c +++ b/PC/config.c @@ -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 diff --git a/PC/vc5x/python15.dsp b/PC/vc5x/python15.dsp index dd23da6..0341710 100644 --- a/PC/vc5x/python15.dsp +++ b/PC/vc5x/python15.dsp @@ -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 -- cgit v0.12