summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-10-03 15:30:21 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-10-03 15:30:21 +0000
commit8734ce02b1917411da2d28eec4d1a1bebd97e185 (patch)
tree8fb90be64f9232a1436ac5847a62c9ee9e88251f /NEWS
parentba20db9bc15d43b8241def7836fe2fcb930748d8 (diff)
downloadguile-8734ce02b1917411da2d28eec4d1a1bebd97e185.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index afc95bfa7..bcefed180 100644
--- a/NEWS
+++ b/NEWS
@@ -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.