From 96230533fa4ea8b2a21e9669641fce5f5c2d2d39 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 27 Apr 2001 21:10:11 +0000 Subject: [PATCH] * vectors.h (SCM_NVECTORP): deprecation expired - removed. --- libguile/vectors.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libguile/vectors.h b/libguile/vectors.h index d479d1b80..77d6131bf 100644 --- a/libguile/vectors.h +++ b/libguile/vectors.h @@ -95,7 +95,6 @@ extern void scm_init_vectors (void); #if (SCM_DEBUG_DEPRECATED == 0) -#define SCM_NVECTORP(x) (!SCM_VECTORP (x)) extern SCM scm_vector_set_length_x (SCM vect, SCM len); #endif /* SCM_DEBUG_DEPRECATED == 0 */