From: Thomas Heller Date: Wed, 2 Jun 2004 18:58:55 +0000 (+0000) Subject: Remove the pcre module. X-Git-Tag: v2.4a1~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f5f056d7547cd4d8347eb4c4a309eea5397f164;p=python Remove the pcre module. --- diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index dc4acd4a0e..84737e84b2 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -555,10 +555,6 @@ 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 @@ -567,10 +563,6 @@ 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 diff --git a/PC/config.c b/PC/config.c index 1b8ddf1f70..152199f0ce 100644 --- a/PC/config.c +++ b/PC/config.c @@ -33,7 +33,6 @@ extern void inittime(void); extern void initthread(void); extern void initcStringIO(void); extern void initcPickle(void); -extern void initpcre(void); #ifdef WIN32 extern void initmsvcrt(void); extern void init_locale(void); @@ -123,7 +122,6 @@ struct _inittab _PyImport_Inittab[] = { #endif {"cStringIO", initcStringIO}, {"cPickle", initcPickle}, - {"pcre", initpcre}, #ifdef WIN32 {"msvcrt", initmsvcrt}, {"_locale", init_locale}, diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 5d5dbb9e47..b15b9001ca 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1776,25 +1776,6 @@ PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/> - - - - - - - - - - - - - - - -