Skip to content

Commit f57be4b

Browse files
committed
Remove __GNUC__ guard around stddef.h include
HAVE_STDDEF_H guards have been removed by 6c1ff61, because the header is always available in C89. This removes a __GNUC__ guard for the same header.
1 parent 321c0cc commit f57be4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/zend_operators.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
#include <errno.h>
2525
#include <math.h>
2626
#include <assert.h>
27-
28-
#ifdef __GNUC__
2927
#include <stddef.h>
30-
#endif
3128

3229
#ifdef HAVE_IEEEFP_H
3330
#include <ieeefp.h>

0 commit comments

Comments
 (0)