From 4e9d6b9a1b416c5ca31b441a2bcf40c214da1658 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 8 Jun 2018 18:26:18 +0800 Subject: =?UTF-8?q?=E5=A2=9E=E5=8A=A0mask?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lls/lls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lls/lls.c') diff --git a/lls/lls.c b/lls/lls.c index 8599cfd..a34b5e6 100644 --- a/lls/lls.c +++ b/lls/lls.c @@ -18,7 +18,8 @@ typedef struct int type; union { - float _real; + int _integer; + float _decimal; char* _string; char _bool; void* _set; -- cgit v1.1-26-g67d0