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:
parent
4ccb2cd2f4
commit
d96208cc72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue