Index: src/compiler/typer.h |
diff --git a/src/compiler/typer.h b/src/compiler/typer.h |
index 4f2a8eb0f9aa505c83135902d9fbc595e89817a3..64e43fedc0ba237826fe38e8ff375a0e45e1201f 100644 |
--- a/src/compiler/typer.h |
+++ b/src/compiler/typer.h |
@@ -51,6 +51,7 @@ class Typer { |
Type* zeroish; |
Type* falsish; |
Type* integer; |
+ Type* weakint; |
Type* number_fun0_; |
Type* number_fun1_; |
Type* number_fun2_; |