* __scm.h (SCM_CAUTIOUS), eval.c (scm_eval_args, deval_args,
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sun, 30 Jun 2002 22:40:01 +0000 (22:40 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sun, 30 Jun 2002 22:40:01 +0000 (22:40 +0000)
commitbd987b8edaf016c40e20f980822e92b8b835552a
tree11ab93e5918b0204555ef463ef1f12533a48df4d
parent8505e285ec9339884d4d36c1394907aa3101291c
* __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.
NEWS
libguile/ChangeLog
libguile/__scm.h
libguile/eval.c