1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-18 18:40:22 +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

@ -45,7 +45,7 @@
#include "vm.h"
scm_bits_t scm_tc16_program;
scm_t_bits scm_tc16_program;
static SCM zero_vector;