summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj.filters
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-04-20 17:21:44 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-04-20 17:21:44 (GMT)
commita85017fbe3be978a6f138662c6cd21052355ef91 (patch)
tree98eea2a8daaa747a4dca3e013c21f1926bcd9eea /PCbuild/pythoncore.vcxproj.filters
parentc9f5ca232acccf412ef14aa294afd9deef4af93d (diff)
downloadcpython-a85017fbe3be978a6f138662c6cd21052355ef91.zip
cpython-a85017fbe3be978a6f138662c6cd21052355ef91.tar.gz
cpython-a85017fbe3be978a6f138662c6cd21052355ef91.tar.bz2
Issue #16694: Add a pure Python implementation of the operator module.
Patch by Zachary Ware.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj.filters')
-rw-r--r--PCbuild/pythoncore.vcxproj.filters2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index 915fec5..736a9c8 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -501,7 +501,7 @@
<ClCompile Include="..\Modules\mmapmodule.c">
<Filter>Modules</Filter>
</ClCompile>
- <ClCompile Include="..\Modules\operator.c">
+ <ClCompile Include="..\Modules\_operator.c">
<Filter>Modules</Filter>
</ClCompile>
<ClCompile Include="..\Modules\parsermodule.c">