diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-28 23:12:24 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-28 23:12:24 (GMT) |
commit | dfb866d127c852dfd2d36dfb766d90a518aaf516 (patch) | |
tree | 572946c48d4f217f51f5233746cfaa43889d8566 /PCbuild | |
parent | 2bdc7f591b729c7c0351f92a80d090e41a7cea49 (diff) | |
download | cpython-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')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 4 |
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>
|