Commit 92f651550f25e1067f63b6973a5ccfcedd1cefd6

Thomas de Grivel 2023-03-12T18:38:08

cfn

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/types.h b/libc3/types.h
index 14a8fbf..834a438 100644
--- a/libc3/types.h
+++ b/libc3/types.h
@@ -281,7 +281,7 @@ struct call {
 
 struct cfn {
   s_str name;
-  void *p;
+  void (*p) (void);
   u8 arity;
   const s_sym *result_type;
   s_list *arg_types;