From f57be4bdbee015ef62954857aa0cd03b908c6447 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 17 Sep 2018 11:54:22 +0200 Subject: [PATCH] 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. --- Zend/zend_operators.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 5affc906aa6..b29a67ba594 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