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.h | |
parent | 0bc908e7c448940099612b3bd1d10356652241ee (diff) |
* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t):
Renamed from SCMWORD.
Diffstat (limited to 'libguile/stacks.h')
-rw-r--r-- | libguile/stacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/stacks.h b/libguile/stacks.h index 813b793c3..1bf39b9e4 100644 --- a/libguile/stacks.h +++ b/libguile/stacks.h @@ -57,7 +57,7 @@ typedef struct scm_info_frame { //SCM flags; - SCMWORD flags; + scm_bits_t flags; SCM source; SCM proc; SCM args; |