aboutsummaryrefslogtreecommitdiff
path: root/include/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compiler.h')
-rw-r--r--include/compiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/compiler.h b/include/compiler.h
index f6599a1..164cf4e 100644
--- a/include/compiler.h
+++ b/include/compiler.h
@@ -15,7 +15,7 @@
#define AMAL_COMPILER_ERR -1
#define AMAL_COMPILER_WORK_FAIL_ABORT -2
-#define NUM_ARITHMETIC_TYPES 10
+#define NUM_ARITHMETIC_TYPES 14
typedef struct {
LhsExpr lhs_expr;
@@ -42,6 +42,7 @@ typedef struct {
amal_default_type *c_int;
amal_default_type *c_long;
amal_default_type *c_void;
+ amal_default_type *c_varargs;
amal_default_type *str;