summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-11-08 20:22:59 +0000
committerFred Drake <fdrake@acm.org>2000-11-08 20:22:59 +0000
commit8fbd9ceb6c70e4a1182f99359976d7d8ff2eb946 (patch)
tree8a704b71b94fe776b0c8312f989113b0a82abfab /config.h.in
parent086a88cd58c0e1a8a51225f96d43403977733c80 (diff)
downloadcpython-8fbd9ceb6c70e4a1182f99359976d7d8ff2eb946.tar.gz
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.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 8f783f8349..17a1624cb3 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