mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-03 08:10:31 +02:00
Typo.
This commit is contained in:
parent
9cc490600c
commit
e94d0be22b
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -1,5 +1,5 @@
|
||||||
Guile NEWS --- history of user-visible changes.
|
Guile NEWS --- history of user-visible changes.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
Please send Guile bug reports to bug-guile@gnu.org.
|
Please send Guile bug reports to bug-guile@gnu.org.
|
||||||
|
@ -877,7 +877,7 @@ SCM_VELTS_AS_STACKITEMS, SCM_SETVELTS, SCM_GC_WRITABLE_VELTS.
|
||||||
|
|
||||||
Migrate according to the following table:
|
Migrate according to the following table:
|
||||||
|
|
||||||
scm_make_uve -> scm_make_typed_aray, scm_make_u8vector etc.
|
scm_make_uve -> scm_make_typed_array, scm_make_u8vector etc.
|
||||||
scm_make_ra -> scm_make_array
|
scm_make_ra -> scm_make_array
|
||||||
scm_shap2ra -> scm_make_array
|
scm_shap2ra -> scm_make_array
|
||||||
scm_cvref -> scm_c_generalized_vector_ref
|
scm_cvref -> scm_c_generalized_vector_ref
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue