diff options
author | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-08-31 19:51:07 (GMT) |
---|---|---|
committer | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-08-31 19:51:07 (GMT) |
commit | a606faa491af05b99dba6ebafa57662cf6b451fe (patch) | |
tree | 240a19fb31ddaadd3742ea85df0b0cb4ff81badd /Modules | |
parent | 061b14a4a1f64532bfb4d716849ae662c09da62a (diff) | |
download | cpython-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 'Modules')
-rw-r--r-- | Modules/_sre.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/_sre.c b/Modules/_sre.c index 7ac17bf..2b764b1 100644 --- a/Modules/_sre.c +++ b/Modules/_sre.c @@ -67,9 +67,6 @@ static char copyright[] = /* enables fast searching */ #define USE_FAST_SEARCH -/* enables aggressive inlining (always on for Visual C) */ -#undef USE_INLINE - /* enables copy/deepcopy handling (work in progress) */ #undef USE_BUILTIN_COPY |