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.
2 parents ec92975 + 77a0fa1 commit 11819efCopy full SHA for 11819ef
Zend/zend_portability.h
@@ -355,7 +355,7 @@ char *alloca();
355
356
#endif
357
358
-#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN)
+#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN)
359
# define ZEND_ALLOCA_MAX_SIZE (32 * 1024)
360
# define ALLOCA_FLAG(name) \
361
zend_bool name;
0 commit comments