Skip to content

Commit 9911ab7

Browse files
authored
Remove unused ZEND_STACK_GROWS_DOWNWARDS constant (php#11762)
1 parent d58e3c0 commit 9911ab7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Zend/Zend.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ int main(void) {
169169
return f((uintptr_t)&local) ? 0 : 1;
170170
}
171171
]])], [
172-
AC_DEFINE([ZEND_STACK_GROWS_DOWNWARDS], 1, [Define if the stack grows downwards])
173172
AC_DEFINE([ZEND_CHECK_STACK_LIMIT], 1, [Define if checking the stack limit is supported])
174173
AC_MSG_RESULT(yes)
175174
], [

win32/build/config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ if (VS_TOOLSET && VCVERS >= 1914) {
303303

304304
AC_DEFINE('HAVE_STRNLEN', 1);
305305

306-
AC_DEFINE('ZEND_STACK_GROWS_DOWNWARDS', 1)
307306
AC_DEFINE('ZEND_CHECK_STACK_LIMIT', 1)
308307

309308
ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \

0 commit comments

Comments
 (0)