summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-11-07 23:00:42 +0000
committerPaul Buetow <paul@buetow.org>2008-11-07 23:00:42 +0000
commitec175fe6a038171c4a24c9089e146a28a4343450 (patch)
tree061f789fbb4f37d5b21be40627df4450110ecc4f /src/core
parentd0122e88576f6b05e4142df3a0b25735f5e82e29 (diff)
Diffstat (limited to 'src/core')
-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;