summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-20 20:39:33 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-20 20:39:33 -0700
commit0c21214f3e583d541227df2239de377e796b55fa (patch)
tree154bfb91be848e117f6721523750bdc4afff8b71 /pyconfig.h.in
parentec2319c46d11e8f486e7def785339af5415a3559 (diff)
downloadcpython-git-0c21214f3e583d541227df2239de377e796b55fa.tar.gz
replace usage of Py_VA_COPY with the (C99) standard va_copy
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 02d283f6f0..e7a836c5d4 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