aboutsummaryrefslogtreecommitdiff
path: root/model.h
diff options
context:
space:
mode:
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