Remove unused ZEND_STACK_GROWS_DOWNWARDS constant (#11762)

This commit is contained in:
Peter Kokot 2023-07-22 19:39:42 +02:00 committed by GitHub
parent d58e3c05c9
commit 9911ab7142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -169,7 +169,6 @@ int main(void) {
return f((uintptr_t)&local) ? 0 : 1; 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_DEFINE([ZEND_CHECK_STACK_LIMIT], 1, [Define if checking the stack limit is supported])
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
], [ ], [

View file

@ -303,7 +303,6 @@ if (VS_TOOLSET && VCVERS >= 1914) {
AC_DEFINE('HAVE_STRNLEN', 1); AC_DEFINE('HAVE_STRNLEN', 1);
AC_DEFINE('ZEND_STACK_GROWS_DOWNWARDS', 1)
AC_DEFINE('ZEND_CHECK_STACK_LIMIT', 1) AC_DEFINE('ZEND_CHECK_STACK_LIMIT', 1)
ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \ ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \