summaryrefslogtreecommitdiff
path: root/libguile/objects.c
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2003-03-25 23:58:03 +0000
committerRob Browning <rlb@defaultvalue.org>2003-03-25 23:58:03 +0000
commit4076ea5018d35a332fe52e70d5ac9375559a09ed (patch)
treeb485c75e2947a68e30032db6016f91d4a5b6dc04 /libguile/objects.c
parent22185d5f6542bdfe5723647085381b6537efb510 (diff)
downloadguile-4076ea5018d35a332fe52e70d5ac9375559a09ed.tar.gz
* objects.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Diffstat (limited to 'libguile/objects.c')
-rw-r--r--libguile/objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/objects.c b/libguile/objects.c
index fe4b8b388..5628638a4 100644
--- a/libguile/objects.c
+++ b/libguile/objects.c
@@ -120,7 +120,7 @@ SCM_DEFINE (scm_class_of, "class-of", 1, 0, 0,
return scm_class_symbol;
case scm_tc7_vector:
case scm_tc7_wvect:
-#ifdef HAVE_ARRAYS
+#ifdef SCM_HAVE_ARRAYS
case scm_tc7_bvect:
case scm_tc7_byvect:
case scm_tc7_svect: