From 78f186f057733ac5c7ac2b524a31960f77935958 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 30 Jan 2014 16:54:07 -0800 Subject: * eval.c (expand_op): When the variant is do, and the symbol is an operator, then suppress the addition of the rest parameter in the dotted cons position at the end of the form, since this mechanism for applying additional arguments is only supported by function calls, not by special forms. * lib.h (and2, and3): New macros. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 414918aa..3191ffea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-01-30 Kaz Kylheku + + * eval.c (expand_op): When the variant is do, and the symbol + is an operator, then suppress the addition of the rest + parameter in the dotted cons position at the end of the form, + since this mechanism for applying additional arguments is only + supported by function calls, not by special forms. + + * lib.h (and2, and3): New macros. + 2014-01-30 Kaz Kylheku * eval.c (expand_op): Fix broken do operator. In the case of the do -- cgit v1.2.3