diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-03-12 17:52:18 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-03-12 17:52:18 +0000 |
commit | 4d45e7b69aaa0529653963df75e16b31fbada8eb (patch) | |
tree | 12f026438d1b3375a9f97415a184a33dbaa5e822 /libguile/stacks.c | |
parent | 0bc908e7c448940099612b3bd1d10356652241ee (diff) | |
download | guile-4d45e7b69aaa0529653963df75e16b31fbada8eb.tar.gz |
* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t):
Renamed from SCMWORD.
Diffstat (limited to 'libguile/stacks.c')
-rw-r--r-- | libguile/stacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/stacks.c b/libguile/stacks.c index 1eb4e565f..40494ff67 100644 --- a/libguile/stacks.c +++ b/libguile/stacks.c @@ -188,7 +188,7 @@ stack_depth (scm_debug_frame *dframe,long offset,SCM *id,int *maxp) static void read_frame (scm_debug_frame *dframe,long offset,scm_info_frame *iframe) { - SCMWORD flags = SCM_BITS (SCM_INUM0); /* UGh. */ + scm_bits_t flags = SCM_BITS (SCM_INUM0); /* UGh. */ int size; scm_debug_info *info; if (SCM_EVALFRAMEP (*dframe)) |