From 8734ce02b1917411da2d28eec4d1a1bebd97e185 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 3 Oct 2002 15:30:21 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 2 ++ 1 file changed, 2 insertions(+) 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.