From 49dbc11f2a179e0086d894ec15ddb276e8aae99d Mon Sep 17 00:00:00 2001 From: ihsgnef Date: Wed, 7 Aug 2013 09:03:38 +0800 Subject: Update builtin.cpp --- builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin.cpp b/builtin.cpp index 65c1109..b8e6148 100644 --- a/builtin.cpp +++ b/builtin.cpp @@ -471,7 +471,7 @@ void SpecialOptIf::pre_call(ArgList *args, Cons *pc, { pc->skip = true; pc = TO_CONS(pc->cdr); - TO_CONS(pc->cdr)->skip = true; + pc->skip = true; if (pc->cdr != empty_list) TO_CONS(pc->cdr)->skip = false; //Eval the latter } -- cgit v1.2.3