Commit c6f13409847966633d263624eaf0515dd07dceb3

Thomas de Grivel 2023-02-04T04:20:32

remove init {0}

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/c3.c b/libc3/c3.c
index f0b8e22..bfeed01 100644
--- a/libc3/c3.c
+++ b/libc3/c3.c
@@ -16,7 +16,7 @@
 #include "c3.h"
 #include "sym.h"
 
-s_env g_c3_env = {0};
+s_env g_c3_env;
 
 void c3_init (s_env *env)
 {