1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.

This commit is contained in:
Dirk Herrmann 2001-05-15 09:45:10 +00:00
parent 11bbab474a
commit 7c33806ae6
8 changed files with 60 additions and 26 deletions

View file

@ -413,6 +413,8 @@ SCM_DEFINE (scm_vector_move_right_x, "vector-move-right!", 5, 0, 0,
void
scm_init_vectors ()
{
scm_nullvect = scm_c_make_vector (0, SCM_UNDEFINED);
#ifndef SCM_MAGIC_SNARFER
#include "libguile/vectors.x"
#endif