summaryrefslogtreecommitdiff
path: root/src/frames.c
diff options
context:
space:
mode:
authorLudovic Court`es <ludovic.courtes@laas.fr>2005-04-22 11:07:06 +0000
committerLudovic Courtès <ludo@gnu.org>2008-04-25 19:09:29 +0200
commitf9e8c09d42ce992803d2c4dddbc00991260c636f (patch)
tree8295235387c7a31cfd78736dfaccab0ba9d15269 /src/frames.c
parent7a0d0cee1f3f830f7b356457c39e3768f7d24d57 (diff)
downloadguile-f9e8c09d42ce992803d2c4dddbc00991260c636f.tar.gz
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
Diffstat (limited to 'src/frames.c')
-rw-r--r--src/frames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frames.c b/src/frames.c
index d5525b76f..dc216e98f 100644
--- a/src/frames.c
+++ b/src/frames.c
@@ -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)