diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-19 10:58:46 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-19 10:58:46 (GMT) |
commit | aac1316222c7e4a073af1634f2eef0a872a3dafb (patch) | |
tree | f200e0b491ba8b0bccc490a116b48763633e0c48 /pyconfig.h.in | |
parent | b03c35bac3a17aad776a1ef8e81706cf56412143 (diff) | |
download | cpython-aac1316222c7e4a073af1634f2eef0a872a3dafb.zip cpython-aac1316222c7e4a073af1634f2eef0a872a3dafb.tar.gz cpython-aac1316222c7e4a073af1634f2eef0a872a3dafb.tar.bz2 |
Add check for the PyArg_ParseTuple format, and declare
it if it is supported.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 8448439..6407871 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -40,6 +40,9 @@ /* Define to 1 if you have the <asm/types.h> header file. */ #undef HAVE_ASM_TYPES_H +/* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */ +#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE + /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET |