diff options
Diffstat (limited to 'lib/base.h')
-rw-r--r-- | lib/base.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,8 +48,11 @@ typedef i64 s_word; typedef union { byte as_byte; + s_byte as_char; hword as_hword; + s_hword as_int; word as_word; + s_word as_long; } data_t; typedef enum |