summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-09-28 23:12:24 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-09-28 23:12:24 (GMT)
commitdfb866d127c852dfd2d36dfb766d90a518aaf516 (patch)
tree572946c48d4f217f51f5233746cfaa43889d8566 /PCbuild/pythoncore.vcproj
parent2bdc7f591b729c7c0351f92a80d090e41a7cea49 (diff)
downloadcpython-dfb866d127c852dfd2d36dfb766d90a518aaf516.zip
cpython-dfb866d127c852dfd2d36dfb766d90a518aaf516.tar.gz
cpython-dfb866d127c852dfd2d36dfb766d90a518aaf516.tar.bz2
Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array
Move other various macros to pymcacro.h Thanks Rusty Russell for having written these amazing C macros!
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r--PCbuild/pythoncore.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index ed6e158..7e9f472 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -887,6 +887,10 @@
>
</File>
<File
+ RelativePath="..\Include\pymacro.h"
+ >
+ </File>
+ <File
RelativePath="..\Include\pymem.h"
>
</File>