1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

* objects.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:
Rob Browning 2003-03-27 20:09:23 +00:00
parent f0ad7455ec
commit b645bf7481

View file

@ -120,7 +120,7 @@ SCM_DEFINE (scm_class_of, "class-of", 1, 0, 0,
return scm_class_symbol;
case scm_tc7_vector:
case scm_tc7_wvect:
#ifdef SCM_HAVE_ARRAYS
#if SCM_HAVE_ARRAYS
case scm_tc7_bvect:
case scm_tc7_byvect:
case scm_tc7_svect: