summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index d4918993..932fecde 100644
--- a/lib.c
+++ b/lib.c
@@ -1515,7 +1515,7 @@ static val do_and(val fun1_list, val arg)
return t;
}
-val and(val first_fun, ...)
+val andf(val first_fun, ...)
{
va_list vl;
list_collect_decl (out, iter);