Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5105042

Browse files
authored
Remove obsolescent AC_C_INLINE Autoconf macro (#13429)
This macro defines the inline keyword to be `__inline__`, `__inline`, or empty, based on the compiler inline support. Since PHP requires C99, which has the inline keyword definition and all current compilers support it, this check is redundant and not needed anymore.
1 parent f332e53 commit 5105042

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎Zend/Zend.m4‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ if test "$ZEND_ZTS" = "yes"; then
225225
CFLAGS="$CFLAGS -DZTS"
226226
fi
227227
228-
AC_C_INLINE
229-
230228
dnl Test and set the alignment define for ZEND_MM. This also does the
231229
dnl logarithmic test for ZEND_MM.
232230
AC_MSG_CHECKING(for MM alignment and log values)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /