1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

* convert.i.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:05:55 +00:00
parent 4ccb2cd2f4
commit d96208cc72

View file

@ -128,7 +128,7 @@ SCM2CTYPES (SCM obj, CTYPE *data)
}
break;
#ifdef SCM_HAVE_ARRAYS
#if SCM_HAVE_ARRAYS
/* array conversions (uniform vectors) */
case ARRAYTYPE:
#ifdef ARRAYTYPE_OPTIONAL