aboutsummaryrefslogtreecommitdiff
path: root/model.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-11 13:05:51 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-11 13:05:51 +0800
commit81844497e621997c527ceedd722854966bd098e0 (patch)
tree4bc16a4100e1c330e558fdc975a113d272567b86 /model.h
parent448ac0bcc3a81e250a825c333dd01c77e754341a (diff)
fixed `next` pointer and `ext_repr` issues
Diffstat (limited to 'model.h')
-rw-r--r--model.h2
1 files changed, 1 insertions, 1 deletions
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