From c47fdfdb5d7a833ec868d76a60be1ff47eef9b7d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 3 Feb 2002 15:41:50 +0000 Subject: [PATCH] Added entry about gentemp. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6ce26f567..48ddaa513 100644 --- a/NEWS +++ b/NEWS @@ -1090,6 +1090,11 @@ Instead, create a fresh vector of the desired size and copy the contents. scm_gensym now only takes one argument. +** Deprecated function: scm_gentemp. + +Along with obarrays, scm_gentemp has been deprecated. Use scm_gensym +instead, or roll your own. + ** Deprecated type tags: scm_tc7_ssymbol, scm_tc7_msymbol, scm_tcs_symbols, scm_tc7_lvector