From 81844497e621997c527ceedd722854966bd098e0 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 11 Aug 2013 13:05:51 +0800 Subject: fixed `next` pointer and `ext_repr` issues --- model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model.h') diff --git a/model.h b/model.h index 58f45f4..955e2b4 100644 --- a/model.h +++ b/model.h @@ -464,6 +464,6 @@ class Continuation { Pair *proc_body); }; -bool is_list(Pair *ptr); +bool make_exec(Pair *ptr); #endif -- cgit v1.2.3