summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2002-06-30 22:40:01 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2002-06-30 22:40:01 +0000
commitbd987b8edaf016c40e20f980822e92b8b835552a (patch)
tree11ab93e5918b0204555ef463ef1f12533a48df4d /NEWS
parent8505e285ec9339884d4d36c1394907aa3101291c (diff)
downloadguile-bd987b8edaf016c40e20f980822e92b8b835552a.tar.gz
* __scm.h (SCM_CAUTIOUS), eval.c (scm_eval_args, deval_args,
SCM_CEVAL): Removed compile time option SCM_CAUTIOUS to clean up the code. Full number of arguments checking of closures is mandatory now. However, the option to disable the checking has most probably not been used anyway.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a72b62b6..4c73222bf 100644
--- a/NEWS
+++ b/NEWS
@@ -178,6 +178,11 @@ anyway.
Full number of arguments checking of closures is mandatory now. However, the
option to disable the checking has most probably not been used anyway.
+** Removed compile time option SCM_CAUTIOUS
+
+Full number of arguments checking of closures is mandatory now. However, the
+option to disable the checking has most probably not been used anyway.
+
** Removed definitions: scm_lisp_nil, scm_lisp_t, s_nil_ify, scm_m_nil_ify,
s_t_ify, scm_m_t_ify, s_0_cond, scm_m_0_cond, s_0_ify, scm_m_0_ify, s_1_ify,
scm_m_1_ify, scm_debug_newcell, scm_debug_newcell2, scm_tc16_allocated,