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

Updated the C code base so that it compiles with Guile 1.7.2.

* src/*.[ch]:  Introduced changes so that it compiles with Guile 1.7.2.

git-archimport-id: lcourtes@laas.fr--2004-libre/guile-vm--revival--0.6--patch-1
This commit is contained in:
Ludovic Court`es 2005-04-22 11:07:06 +00:00 committed by Ludovic Courtès
parent 7a0d0cee1f
commit f9e8c09d42
10 changed files with 25 additions and 17 deletions

View file

@ -43,7 +43,7 @@
#include "frames.h"
scm_bits_t scm_tc16_heap_frame;
scm_t_bits scm_tc16_heap_frame;
SCM
scm_c_make_heap_frame (SCM *fp)