* vectors.h (SCM_NVECTORP): deprecation expired - removed.
authorRob Browning <rlb@defaultvalue.org>
Fri, 27 Apr 2001 21:10:11 +0000 (21:10 +0000)
committerRob Browning <rlb@defaultvalue.org>
Fri, 27 Apr 2001 21:10:11 +0000 (21:10 +0000)
libguile/vectors.h

index d479d1b..77d6131 100644 (file)
@@ -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 */