summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-08-31 19:51:07 +0000
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-08-31 19:51:07 +0000
commit958f0354c3745c6f069bc3a48f2f98bada2c19c0 (patch)
treed0f41642f89a99885d2b9738597a95a8ddee4c00 /pyconfig.h.in
parentb89f0c9160af5dbc347528da3bcc11f72790f45c (diff)
downloadcpython-958f0354c3745c6f069bc3a48f2f98bada2c19c0.tar.gz
Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index ae3f6e4e49..27e77b62bb 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1043,6 +1043,9 @@
/* Define to 0 if you don't want to use computed gotos in ceval.c. */
#undef USE_COMPUTED_GOTOS
+/* Define if the compiler supports the inline keyword */
+#undef USE_INLINE
+
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE