mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
* gh.h: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
This commit is contained in:
parent
5ebbe4ef9b
commit
f66f1fdae5
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ SCM_API void gh_set_substr(char *src, SCM dst, long start, size_t len);
|
|||
SCM_API SCM gh_symbol2scm(const char *symbol_str);
|
||||
SCM_API SCM gh_ints2scm(const int *d, long n);
|
||||
|
||||
#ifdef HAVE_ARRAYS
|
||||
#ifdef SCM_HAVE_ARRAYS
|
||||
SCM_API SCM gh_chars2byvect(const char *d, long n);
|
||||
SCM_API SCM gh_shorts2svect(const short *d, long n);
|
||||
SCM_API SCM gh_longs2ivect(const long *d, long n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue