From 5e16df071dfd41659b296dfde067749ef216a47c Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 17 Aug 2013 11:24:42 +0800 Subject: more doc --- builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin.cpp') diff --git a/builtin.cpp b/builtin.cpp index 0481024..bbc2f93 100644 --- a/builtin.cpp +++ b/builtin.cpp @@ -590,7 +590,7 @@ Pair *SpecialOptForce::call(Pair *_args, Environment * &lenvt, { gc.attach(static_cast(*(++top_ptr))); top_ptr++; - nexp = cont->state = prom->get_entry(); + nexp = cont->state = prom->get_exp(); nexp->next = NULL; gc.expose(_args); return nexp; -- cgit v1.2.3