summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2003-03-25 23:56:16 +0000
committerRob Browning <rlb@defaultvalue.org>2003-03-25 23:56:16 +0000
commitf66f1fdae5d834194f2a9d970b9a4bc66f82d425 (patch)
treeace0167a5dfedd8e1cf6ccc3f6195d04859d3fdf
parent5ebbe4ef9b3beff3daf06a75818cfb700a08e879 (diff)
downloadguile-f66f1fdae5d834194f2a9d970b9a4bc66f82d425.tar.gz
* gh.h: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
-rw-r--r--libguile/gh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh.h b/libguile/gh.h
index e180c0d7c..316a5a2a9 100644
--- a/libguile/gh.h
+++ b/libguile/gh.h
@@ -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);