]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove AC_C_INLINE test from configure.in, since the only place the symbol
authorFred Drake <fdrake@acm.org>
Wed, 8 Nov 2000 20:22:59 +0000 (20:22 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 8 Nov 2000 20:22:59 +0000 (20:22 +0000)
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.

config.h.in
configure.in

index 8f783f83499b24d66bae11f9cbdd4c4862aebe7b..17a1624cb37d4df3ad84dca8552b91ca6053b045 100644 (file)
@@ -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
 
index 8bfb14788c6a314c1e5d8acab74e410627e888c0..a6f488dff38bcfc6b8548f66650b04388ee15d0c 100644 (file)
@@ -1007,7 +1007,6 @@ AC_MSG_RESULT($was_it_defined)
 
 AC_C_CHAR_UNSIGNED
 AC_C_CONST
-AC_C_INLINE
 
 works=no
 AC_MSG_CHECKING(for working volatile)