From ec2bdf886c2970b7b0977bd014cdb7987e7c2dae Mon Sep 17 00:00:00 2001 From: Kaz Kylheku <kaz@kylheku.com> Date: Tue, 29 Jul 2014 07:36:17 -0700 Subject: * arith.c (plus, minus, mul): Fix missing breaks to switch statements, leading to strange error messages when wrong types are passed in. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef3197ba..9fde9b76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-07-29 Kaz Kylheku <kaz@kylheku.com> + + * arith.c (plus, minus, mul): Fix missing breaks + to switch statements, leading to strange error + messages when wrong types are passed in. + 2014-07-29 Kaz Kylheku <kaz@kylheku.com> * eval.c (eval_init): Register nconc as intrinsic. -- cgit v1.2.3