aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpret.h')
-rw-r--r--interpret.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpret.h b/interpret.h
index 9160d479..f9aa3115 100644
--- a/interpret.h
+++ b/interpret.h
@@ -1066,7 +1066,7 @@ match_re:
assert(the_func != NULL);
/* call it */
- if (the_func == do_sub)
+ if (the_func == (builtin_func_t) do_sub)
r = call_sub_func(t1->stptr, arg_count);
else
r = the_func(arg_count);