summaryrefslogtreecommitdiff
path: root/lls/lls.c
diff options
context:
space:
mode:
Diffstat (limited to 'lls/lls.c')
-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;