Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a41d20

Browse files
committed
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.
1 parent b046b76 commit 8a41d20

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
tzname. */
2626
#undef HAVE_TZNAME
2727

28-
/* Define as __inline if that's what the C compiler calls it. */
29-
#undef inline
30-
3128
/* Define if on MINIX. */
3229
#undef _MINIX
3330

configure.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,6 @@ AC_MSG_RESULT($was_it_defined)
10071007

10081008
AC_C_CHAR_UNSIGNED
10091009
AC_C_CONST
1010-
AC_C_INLINE
10111010

10121011
works=no
10131012
AC_MSG_CHECKING(for working volatile)

0 commit comments

Comments
 (0)