Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove unused ZEND_STACK_GROWS_DOWNWARDS constant
  • Loading branch information
petk committed Jul 22, 2023
commit 3a1d8ae2f54d1ee85ca28ab8dfae65a03e0b8920
1 change: 0 additions & 1 deletion Zend/Zend.m4
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ int main(void) {
return f((uintptr_t)&local) ? 0 : 1;
}
]])], [
AC_DEFINE([ZEND_STACK_GROWS_DOWNWARDS], 1, [Define if the stack grows downwards])
AC_DEFINE([ZEND_CHECK_STACK_LIMIT], 1, [Define if checking the stack limit is supported])
AC_MSG_RESULT(yes)
], [
Expand Down
1 change: 0 additions & 1 deletion win32/build/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ if (VS_TOOLSET && VCVERS >= 1914) {

AC_DEFINE('HAVE_STRNLEN', 1);

AC_DEFINE('ZEND_STACK_GROWS_DOWNWARDS', 1)
AC_DEFINE('ZEND_CHECK_STACK_LIMIT', 1)

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