From 791dc831198f3ecc1531f8e6f05debf4ce234d00 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 20 Apr 2017 23:52:19 -0700 Subject: remove configure test for inline keyword (#1231) We require C99, so a configure test for this standard feature is not needed. --- pyconfig.h.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pyconfig.h.in') diff --git a/pyconfig.h.in b/pyconfig.h.in index 21354a5cb8..0a3d59ef9a 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1342,9 +1342,6 @@ /* Define if you want to use computed gotos in ceval.c. */ #undef USE_COMPUTED_GOTOS -/* Define to use the C99 inline keyword. */ -#undef USE_INLINE - /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE @@ -1484,12 +1481,6 @@ /* Define to `int' if doesn't define. */ #undef gid_t -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -#undef inline -#endif - /* Define to `int' if does not define. */ #undef mode_t -- cgit v1.2.1