Commit 74c8338fea1ed8dfc8c021eb0f8fe39ac6b48ef9

Thomas de Grivel 2025-03-31T21:59:04

sort types

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/libkc3/types.h b/libkc3/types.h
index 59b8828..92e2723 100644
--- a/libkc3/types.h
+++ b/libkc3/types.h
@@ -629,11 +629,11 @@ union tag_data {
   s_str         str;
   const s_sym  *sym;
   s8            s8;
-  s_time        time;
   s16           s16;
   s32           s32;
   s64           s64;
   sw            sw;
+  s_time        time;
   s_tuple       tuple;
   u8            u8;
   u16           u16;