From 902a81528b9d2edcf93226a2ca13da6fcc1839e5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 23 Dec 2019 08:57:48 +0100 Subject: wip: function pointers and other stuff --- include/compiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/compiler.h') 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; -- cgit v1.2.3