1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

* vectors.h (SCM_NVECTORP): deprecation expired - removed.

This commit is contained in:
Rob Browning 2001-04-27 21:10:11 +00:00
parent da3208a3f5
commit 96230533fa

View 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 */