1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-06-06 18:50:17 +00:00
parent 876099d4ef
commit 589f22f665

View file

@ -1,5 +1,9 @@
2005-06-06 Marius Vollmer <mvo@zagadka.de>
* eval.c (scm_eval_options_interface): Use
scm_frame_critical_section instead of SCM_CRITICAL_SECTION_START
and SCM_CRITICAL_SECTION_END.
* unif.c (scm_array_in_bounds_p): First test for real arrays, then
check for generalized vectors. This ensures that the generalized
vector case need only work with zero-origin ranges.