* evalext.c: fix various preprocessor usages of new public
authorRob Browning <rlb@defaultvalue.org>
Thu, 27 Mar 2003 20:07:10 +0000 (20:07 +0000)
committerRob Browning <rlb@defaultvalue.org>
Thu, 27 Mar 2003 20:07:10 +0000 (20:07 +0000)
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

libguile/evalext.c

index 4ef812f..3c6d96d 100644 (file)
@@ -166,7 +166,7 @@ SCM_DEFINE (scm_self_evaluating_p, "self-evaluating?", 1, 0, 0,
        case scm_tcs_closures:
        case scm_tc7_vector:
        case scm_tc7_wvect:
-#ifdef SCM_HAVE_ARRAYS
+#if SCM_HAVE_ARRAYS
        case scm_tc7_bvect:
        case scm_tc7_byvect:
        case scm_tc7_svect: