mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
* gc-card.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
4efd15dc3b
commit
c7df0739ae
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ scm_i_sweep_card (scm_t_cell * p, SCM *free_list, scm_t_heap_segment*seg)
|
|||
"compiled closure");
|
||||
break;
|
||||
#endif
|
||||
#ifdef SCM_HAVE_ARRAYS
|
||||
#if SCM_HAVE_ARRAYS
|
||||
case scm_tc7_bvect:
|
||||
{
|
||||
unsigned long int length = SCM_BITVECTOR_LENGTH (scmptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue