summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 850984e..d5603f5 100644
--- a/eval.c
+++ b/eval.c
@@ -12,7 +12,7 @@ static bool eval_expr(Evaluator *ev, Expression *e, Value *v);
static Value get_builtin_val(BuiltinVal val);
static void evalr_create(Evaluator *ev, Typer *tr, Allocator *allocr) {
- ev->returning = NULL;
+ ev->returning = false;
ev->typer = tr;
ev->enabled = true;
ev->allocr = allocr;