aboutsummaryrefslogtreecommitdiff
path: root/include/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compiler.h')
-rw-r--r--include/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compiler.h b/include/compiler.h
index 481a107..3cde9da 100644
--- a/include/compiler.h
+++ b/include/compiler.h
@@ -22,6 +22,7 @@ typedef struct {
} amal_default_type;
typedef struct {
+ amal_default_type *void_type;
amal_default_type *i8;
amal_default_type *i16;
amal_default_type *i32;