-
Notifications
You must be signed in to change notification settings - Fork 8k
Commit 5105042
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
1 file changed
+0
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 | - | ||
229 | - | ||
230 | 228 |
| |
231 | 229 |
| |
232 | 230 |
| |
|
0 commit comments