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:
parent
da3208a3f5
commit
96230533fa
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue