summaryrefslogtreecommitdiff
path: root/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'functions.c')
-rw-r--r--functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.c b/functions.c
index 0013d8f..3559050 100644
--- a/functions.c
+++ b/functions.c
@@ -128,6 +128,7 @@ Array *indexOfHelper(Array *, Array *, int);
Array *
runfunc(Function f, Array *left, Array *right)
{
+ checkstack();
Array *result;
if(f.type == FunctypeDfn || (f.type == FunctypeOp && f.operator.type == OperatortypeDop)){
Rune *code;