mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
7db146eea7
Newer MSVC versions support the `inline` keyword, so we do not need to explicitly define it. We also shouldn't define `inline` to `__forceinline`, as we already have `zend_always_inline` to indicate this requirement.