diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-07-21 17:46:23 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-07-21 17:46:23 +0000 |
commit | 1d1559ce6dc6190cb46d00c479a12ec51af12011 (patch) | |
tree | 2ae422e19ac49817b5ce78d72edef3a11e928c3e /libguile/environments.c | |
parent | 8f28ea31bb2a95e88b9d9e6e4f29655ab077c939 (diff) | |
download | guile-1d1559ce6dc6190cb46d00c479a12ec51af12011.tar.gz |
* macros.c: include deprecation.h
* vectors.c (s_scm_vector_move_right_x): remove side effect in
macro arg.
(s_scm_vector_move_left_x): idem.
* net_db.c, posix.c, socket.c: variable naming: change ans to
result.
* sort.c (scm_merge_vector_x): accept vector as argument
iso. SCM*. This is needed for full GC correctness.
* gc.h: undo previous undocumented changes related to #ifdef
GENGC.
Diffstat (limited to 'libguile/environments.c')
-rw-r--r-- | libguile/environments.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/environments.c b/libguile/environments.c index a5cc3c244..26cf424e2 100644 --- a/libguile/environments.c +++ b/libguile/environments.c @@ -594,6 +594,9 @@ obarray_retrieve (SCM obarray, SCM sym) PRECONDITION: length (ALIST) >= 1 + + This could also be done by combining scm_delq1_x () and + scm_sloppy_assq(), at the cost of walking the list another time. */ static SCM |