diff options
Diffstat (limited to 'lls')
-rw-r--r-- | lls/lls.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ typedef struct int type; union { - float _real; + int _integer; + float _decimal; char* _string; char _bool; void* _set; |