summaryrefslogtreecommitdiff
path: root/src/core/interpret.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/interpret.c')
-rw-r--r--src/core/interpret.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/interpret.c b/src/core/interpret.c
index 37906e4..65e5fee 100644
--- a/src/core/interpret.c
+++ b/src/core/interpret.c
@@ -981,6 +981,7 @@ _term(Interpret *p_interpret) {
stack_push(p_interpret->p_stack, p_token_arr);
_NEXT
+ return (1);
}
break;