1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-10-03 15:30:21 +00:00
parent ba20db9bc1
commit 8734ce02b1

2
NEWS
View file

@ -113,6 +113,8 @@ during evaluation, but prior to evaluation.
This is like SCM_DEFINE, but also calls scm_c_export for the defined
function in the init section.
** The snarfer macro SCM_SNARF_INIT is now officially supported.
** New macros SCM_VECTOR_REF and SCM_VECTOR_SET.
Use these in preference to SCM_VELTS.