From: Nikita Popov Date: Mon, 17 Sep 2018 09:54:22 +0000 (+0200) Subject: Remove __GNUC__ guard around stddef.h include X-Git-Tag: php-7.4.0alpha1~1902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f57be4bdbee015ef62954857aa0cd03b908c6447;p=php Remove __GNUC__ guard around stddef.h include HAVE_STDDEF_H guards have been removed by 6c1ff61a368a26c8f2cbf383aa8a26fc30cf59ef, because the header is always available in C89. This removes a __GNUC__ guard for the same header. --- diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 5affc906aa..b29a67ba59 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -24,10 +24,7 @@ #include #include #include - -#ifdef __GNUC__ #include -#endif #ifdef HAVE_IEEEFP_H #include