summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pythoncore.vcproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-18 23:22:54 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-18 23:22:54 (GMT)
commit0a8143f6462b491d3f12bfb899efd6e044e350be (patch)
tree855410e5c18dace91bbbb310b5660a40fb5f1eb6 /PCbuild9/pythoncore.vcproj
parent8777bcae2749099b6ea3ac35f079bfa3df470a78 (diff)
downloadcpython-0a8143f6462b491d3f12bfb899efd6e044e350be.zip
cpython-0a8143f6462b491d3f12bfb899efd6e044e350be.tar.gz
cpython-0a8143f6462b491d3f12bfb899efd6e044e350be.tar.bz2
Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).
The patch unifies float("inf") and repr(float("inf")) on all platforms.
Diffstat (limited to 'PCbuild9/pythoncore.vcproj')
-rw-r--r--PCbuild9/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild9/pythoncore.vcproj b/PCbuild9/pythoncore.vcproj
index 47cff8c..ff27052 100644
--- a/PCbuild9/pythoncore.vcproj
+++ b/PCbuild9/pythoncore.vcproj
@@ -875,6 +875,10 @@
>
</File>
<File
+ RelativePath="..\Include\pystrcmp.h"
+ >
+ </File>
+ <File
RelativePath="..\Include\pystrtod.h"
>
</File>
@@ -1715,6 +1719,10 @@
>
</File>
<File
+ RelativePath="..\Python\pystrcmp.c"
+ >
+ </File>
+ <File
RelativePath="..\Python\pystrtod.c"
>
</File>