diff options
author | Fred Drake <fdrake@acm.org> | 2000-11-08 20:22:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-11-08 20:22:59 (GMT) |
commit | 8a41d20b05600244e344bdacddcb191625062861 (patch) | |
tree | bd22da996eb92909d7ac2b02f685f3bc3506d30f /config.h.in | |
parent | b046b763221559c8de0c781fcbd29f54e19e600a (diff) | |
download | cpython-8a41d20b05600244e344bdacddcb191625062861.zip cpython-8a41d20b05600244e344bdacddcb191625062861.tar.gz cpython-8a41d20b05600244e344bdacddcb191625062861.tar.bz2 |
Remove AC_C_INLINE test from configure.in, since the only place the symbol
occurs in the Python sources appears to be as text in comments. We do not
want to interfere with C++ keywords!
This closes bug #119851.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 8f783f8..17a1624 100644 --- a/config.h.in +++ b/config.h.in @@ -25,9 +25,6 @@ tzname. */ #undef HAVE_TZNAME -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline - /* Define if on MINIX. */ #undef _MINIX |