summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index d916ef4..c694c41 100644
--- a/eval.c
+++ b/eval.c
@@ -1712,6 +1712,9 @@ static Status eval_stmt(Evaluator *ev, Statement *stmt) {
} break;
case STMT_MESSAGE:
break;
+ case STMT_DEFER:
+ /* TODO */
+ break;
}
return true;
}