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:
parent
3c6be74a7d
commit
7a1e395c09
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue