From 142a13ad3f77c0ad1bd321d1a1f864a5117896d1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 18 Sep 2019 14:28:12 +0200 Subject: Fix import func call build --- include/compiler.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/compiler.h b/include/compiler.h index 1ed98f3..f6599a1 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -35,6 +35,14 @@ typedef struct { amal_default_type *usize; amal_default_type *f32; amal_default_type *f64; + amal_default_type *bool; + + amal_default_type *c_char; + amal_default_type *c_short; + amal_default_type *c_int; + amal_default_type *c_long; + amal_default_type *c_void; + amal_default_type *str; amal_default_type *arithmetic_types[NUM_ARITHMETIC_TYPES]; -- cgit v1.2.3