aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.h b/types.h
index 8b1ded4a..46469c65 100644
--- a/types.h
+++ b/types.h
@@ -43,6 +43,7 @@ struct type_s {
VoidType,
MemoryType,
BoolType,
+ ByteType,
BigIntType,
IntType,
NumType,
@@ -72,6 +73,7 @@ struct type_s {
struct {
enum { TYPE_IBITS8=8, TYPE_IBITS16=16, TYPE_IBITS32=32, TYPE_IBITS64=64 } bits;
} IntType;
+ struct {} ByteType;
struct {
enum { TYPE_NBITS32=32, TYPE_NBITS64=64 } bits;
} NumType;