mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
* gc-mark.c: 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
c7df0739ae
commit
25e789d565
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ scm_gc_mark_dependencies (SCM p)
|
||||||
goto gc_mark_loop;
|
goto gc_mark_loop;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef SCM_HAVE_ARRAYS
|
#if SCM_HAVE_ARRAYS
|
||||||
case scm_tc7_bvect:
|
case scm_tc7_bvect:
|
||||||
case scm_tc7_byvect:
|
case scm_tc7_byvect:
|
||||||
case scm_tc7_ivect:
|
case scm_tc7_ivect:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue