mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused ZEND_STACK_GROWS_DOWNWARDS constant (#11762)
This commit is contained in:
parent
d58e3c05c9
commit
9911ab7142
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||||
], [
|
], [
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue