diff options
author | Rob Browning <rlb@defaultvalue.org> | 2001-04-27 21:10:11 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2001-04-27 21:10:11 +0000 |
commit | 96230533fa4ea8b2a21e9669641fce5f5c2d2d39 (patch) | |
tree | f2c7726c8f0a204a17cdd576cf0404ccba69e223 /libguile/vectors.h | |
parent | da3208a3f5a576f0efa950b84a1ea506daa4d463 (diff) | |
download | guile-96230533fa4ea8b2a21e9669641fce5f5c2d2d39.tar.gz |
* vectors.h (SCM_NVECTORP): deprecation expired - removed.
Diffstat (limited to 'libguile/vectors.h')
-rw-r--r-- | libguile/vectors.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |