diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-09-26 18:37:26 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-09-26 18:37:26 +0000 |
commit | a002f1a2cbdc39b2a52e6d1e100791f106fd34bb (patch) | |
tree | 010fa4a66fb57c2702970936f843d138b49c0d80 /libguile/coop-threads.c | |
parent | 1660782ecfdb3a7eb3a17dea314e383749ddf538 (diff) | |
download | guile-a002f1a2cbdc39b2a52e6d1e100791f106fd34bb.tar.gz |
* Replaced a lot of references to SCM_CHARS.
Diffstat (limited to 'libguile/coop-threads.c')
-rw-r--r-- | libguile/coop-threads.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/coop-threads.c b/libguile/coop-threads.c index c2f5696ed..8214584e8 100644 --- a/libguile/coop-threads.c +++ b/libguile/coop-threads.c @@ -101,8 +101,8 @@ scm_threads_mark_stacks (void) /* Protect from the C stack. This must be the first marking * done because it provides information about what objects * are "in-use" by the C code. "in-use" objects are those - * for which the values from SCM_LENGTH and SCM_CHARS must remain - * usable. This requirement is stricter than a liveness + * for which the information about length and base address must + * remain usable. This requirement is stricter than a liveness * requirement -- in particular, it constrains the implementation * of scm_resizuve. */ @@ -122,8 +122,8 @@ scm_threads_mark_stacks (void) /* Protect from the C stack. This must be the first marking * done because it provides information about what objects * are "in-use" by the C code. "in-use" objects are those - * for which the values from SCM_LENGTH and SCM_CHARS must remain - * usable. This requirement is stricter than a liveness + * for which the information about length and base address must + * remain usable. This requirement is stricter than a liveness * requirement -- in particular, it constrains the implementation * of scm_resizuve. */ |