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:
parent
11bbab474a
commit
7c33806ae6
8 changed files with 60 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue