1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 03:00:19 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-01-09 22:38:39 +00:00
parent 4e8ad32394
commit 8cb01d9fbf

View file

@ -10,7 +10,8 @@
(uvec_reffers, uvec_setters): New.
(uvec_to_list): Use generic scm_array_handle_ref instead of
uvec_fast_ref since scm_array_handle_ref should be faster now.
More changes like this are upcoming.
(coerce_to_uvec, scm_c_uniform_vector_ref,
scm_c_uniform_vector_set_x): Likewise.
* unif.h, unif.c, inline.h (scm_i_t_array_ref, scm_i_t_array_set):
New.