Commit 9f5f056d authored by Thomas Heller's avatar Thomas Heller

Remove the pcre module.

parent 118f931d
...@@ -555,10 +555,6 @@ SOURCE=..\..\Parser\parsetok.c ...@@ -555,10 +555,6 @@ SOURCE=..\..\Parser\parsetok.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Modules\pcremodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\posixmodule.c SOURCE=..\..\Modules\posixmodule.c
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -567,10 +563,6 @@ SOURCE=..\..\Python\pyfpe.c ...@@ -567,10 +563,6 @@ SOURCE=..\..\Python\pyfpe.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Modules\pypcre.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\pystate.c SOURCE=..\..\Python\pystate.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -33,7 +33,6 @@ extern void inittime(void); ...@@ -33,7 +33,6 @@ extern void inittime(void);
extern void initthread(void); extern void initthread(void);
extern void initcStringIO(void); extern void initcStringIO(void);
extern void initcPickle(void); extern void initcPickle(void);
extern void initpcre(void);
#ifdef WIN32 #ifdef WIN32
extern void initmsvcrt(void); extern void initmsvcrt(void);
extern void init_locale(void); extern void init_locale(void);
...@@ -123,7 +122,6 @@ struct _inittab _PyImport_Inittab[] = { ...@@ -123,7 +122,6 @@ struct _inittab _PyImport_Inittab[] = {
#endif #endif
{"cStringIO", initcStringIO}, {"cStringIO", initcStringIO},
{"cPickle", initcPickle}, {"cPickle", initcPickle},
{"pcre", initpcre},
#ifdef WIN32 #ifdef WIN32
{"msvcrt", initmsvcrt}, {"msvcrt", initmsvcrt},
{"_locale", init_locale}, {"_locale", init_locale},
......
...@@ -1776,25 +1776,6 @@ ...@@ -1776,25 +1776,6 @@
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/> PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\Modules\pcremodule.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
</FileConfiguration>
</File>
<File <File
RelativePath="..\Modules\posixmodule.c"> RelativePath="..\Modules\posixmodule.c">
<FileConfiguration <FileConfiguration
...@@ -1833,25 +1814,6 @@ ...@@ -1833,25 +1814,6 @@
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/> PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\Modules\pypcre.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
</FileConfiguration>
</File>
<File <File
RelativePath="..\Python\pystate.c"> RelativePath="..\Python\pystate.c">
<FileConfiguration <FileConfiguration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment