summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 4e6766d0..220355b3 100644
--- a/eval.c
+++ b/eval.c
@@ -5246,7 +5246,7 @@ static val do_retf(val ret, struct args *args)
return ret;
}
-static val retf(val ret)
+val retf(val ret)
{
return func_f0v(ret, do_retf);
}