summaryrefslogtreecommitdiffhomepage
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 33759cb..68fda6e 100644
--- a/eval.c
+++ b/eval.c
@@ -1139,6 +1139,7 @@ ut_execute_op(struct ut_state *state, struct ut_opcode *op)
case T_DOUBLE:
case T_BOOL:
case T_STRING:
+ case T_NULL:
return json_object_get(op->val);
case T_THIS: