We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404f602 commit 43c03c4Copy full SHA for 43c03c4
Zend/zend_portability.h
@@ -336,10 +336,13 @@ char *alloca();
336
# define ZEND_PRESERVE_NONE __attribute__((preserve_none))
337
#endif
338
339
+
340
+#if !defined(__apple_build_version__) || (defined(__apple_build_version__) && __apple_build_version__ >= 17000404)
341
#if __has_attribute(musttail)
342
# define HAVE_MUSTTAIL
343
# define ZEND_MUSTTAIL __attribute__((musttail))
344
345
+#endif
346
347
#if (defined(__GNUC__) && __GNUC__ >= 3 && !defined(__INTEL_COMPILER) && !defined(__APPLE__) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)) || __has_attribute(noreturn)
348
# define HAVE_NORETURN
0 commit comments