From c20e8ff6bc5e539bf89c0067dadc79d1b8300575 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 12 Mar 2017 22:16:21 +0100 Subject: [PATCH] indicate that the Anubis Float is C Double (64 bits double precision) --- types/ds_types.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/ds_types.anubis b/types/ds_types.anubis index c4e1324..fbc5b18 100644 --- a/types/ds_types.anubis +++ b/types/ds_types.anubis @@ -19,7 +19,7 @@ public type DS_Anubis_Type: word16, word32, string, - float, + float, //it's C double 64 bit double precision // float32, reserved for future implementation in Anubis (still under construction in Anubis) // float64, reserved for future implementation in Anubis (still under construction in Anubis) ds_type (String type_name), -- libgit2 0.21.4