summaryrefslogtreecommitdiff
path: root/lls
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-06-08 18:26:18 +0800
committerchai <chaifix@163.com>2018-06-08 18:26:18 +0800
commit4e9d6b9a1b416c5ca31b441a2bcf40c214da1658 (patch)
treeb06094a86d655add176cc2f427f168dbdf755ec9 /lls
parent726fa81bf2597aa4b3d14a89915993eaa9d62908 (diff)
增加mask
Diffstat (limited to 'lls')
-rw-r--r--lls/lls.c3
1 files changed, 2 insertions, 1 deletions
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;