1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

* convert.h: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.

This commit is contained in:
Rob Browning 2003-03-25 23:52:58 +00:00
parent 3c6be74a7d
commit 7a1e395c09

View file

@ -62,7 +62,7 @@ SCM_API SCM scm_c_longs2scm (const long *src, long n);
SCM_API SCM scm_c_floats2scm (const float *src, long n);
SCM_API SCM scm_c_doubles2scm (const double *src, long n);
#if HAVE_ARRAYS
#if SCM_HAVE_ARRAYS
SCM_API SCM scm_c_chars2byvect (const char *src, long n);
SCM_API SCM scm_c_shorts2svect (const short *src, long n);
SCM_API SCM scm_c_ints2ivect (const int *src, long n);