diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-21 03:39:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-21 03:39:33 (GMT) |
commit | 0c21214f3e583d541227df2239de377e796b55fa (patch) | |
tree | 154bfb91be848e117f6721523750bdc4afff8b71 /pyconfig.h.in | |
parent | ec2319c46d11e8f486e7def785339af5415a3559 (diff) | |
download | cpython-0c21214f3e583d541227df2239de377e796b55fa.zip cpython-0c21214f3e583d541227df2239de377e796b55fa.tar.gz cpython-0c21214f3e583d541227df2239de377e796b55fa.tar.bz2 |
replace usage of Py_VA_COPY with the (C99) standard va_copy
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 02d283f..e7a836c 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1361,9 +1361,6 @@ #endif -/* Define if a va_list is an array of some kind */ -#undef VA_LIST_IS_ARRAY - /* Define if you want SIGFPE handled (see Include/pyfpe.h). */ #undef WANT_SIGFPE_HANDLER |