* objects.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
authorRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:58:03 +0000 (23:58 +0000)
committerRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:58:03 +0000 (23:58 +0000)
libguile/objects.c

index fe4b8b3..5628638 100644 (file)
@@ -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: