diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-10-03 15:30:21 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-10-03 15:30:21 +0000 |
commit | 8734ce02b1917411da2d28eec4d1a1bebd97e185 (patch) | |
tree | 8fb90be64f9232a1436ac5847a62c9ee9e88251f | |
parent | ba20db9bc15d43b8241def7836fe2fcb930748d8 (diff) |
*** empty log message ***
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |