mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* stackchk.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined. i.e. change #ifdef to #if, etc.
This commit is contained in:
parent
8dda3eea36
commit
6c4eb8e12e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef STACK_CHECKING
|
||||
# ifdef SCM_STACK_GROWS_UP
|
||||
# if SCM_STACK_GROWS_UP
|
||||
# define SCM_STACK_OVERFLOW_P(s)\
|
||||
(s > ((SCM_STACKITEM *) SCM_BASE (scm_rootcont) + SCM_STACK_LIMIT))
|
||||
# else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue