mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
2004-09-13 Jan Nieuwenhuizen <janneke@gnu.org>
* srfi-13.c (scm_string_contains, s_scm_string_contains_ci): Bugfix: when subtracting unsigned values, make sure that result does not wrap.
This commit is contained in:
parent
2bd2014d98
commit
adba74f3a6
3 changed files with 9 additions and 3 deletions
|
@ -128,7 +128,7 @@ scm_i_clear_segment_mark_space (scm_t_heap_segment *seg)
|
|||
}
|
||||
|
||||
/*
|
||||
Sweep cards from SEG until we've gather THRESHOLD cells
|
||||
Sweep cards from SEG until we've gathered THRESHOLD cells
|
||||
|
||||
RETURN:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue