summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-08-31 19:51:07 (GMT)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-08-31 19:51:07 (GMT)
commita606faa491af05b99dba6ebafa57662cf6b451fe (patch)
tree240a19fb31ddaadd3742ea85df0b0cb4ff81badd /Include
parent061b14a4a1f64532bfb4d716849ae662c09da62a (diff)
downloadcpython-a606faa491af05b99dba6ebafa57662cf6b451fe.zip
cpython-a606faa491af05b99dba6ebafa57662cf6b451fe.tar.gz
cpython-a606faa491af05b99dba6ebafa57662cf6b451fe.tar.bz2
Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 3932dc6..799e6cf 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -266,8 +266,6 @@ typedef Py_intptr_t Py_ssize_t;
* should keep using static.
*/
-#undef USE_INLINE /* XXX - set via configure? */
-
#if defined(_MSC_VER)
#if defined(PY_LOCAL_AGGRESSIVE)
/* enable more aggressive optimization for visual studio */