Commit ff02a06f13109e04c0dab451e5a3ba50558a7ca1

Thomas de Grivel 2024-03-26T19:56:35

fixme

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/libc3/env.c b/libc3/env.c
index 62d99d0..de65e0e 100644
--- a/libc3/env.c
+++ b/libc3/env.c
@@ -260,6 +260,7 @@ bool env_eval_call (s_env *env, const s_call *call, s_tag *dest)
   return result;
 }
 
+// FIXME: better error message (cite call function name if any)
 bool env_eval_call_arguments (s_env *env, const s_list *args,
                               s_list **dest)
 {