From 0679340b52e521306c3d5dc44ba94d7eaacdb662 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 29 Sep 2015 14:39:20 -0700 Subject: [PATCH] switch to bitsize:int --- compiler/ast.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ast.nim b/compiler/ast.nim index 9db5a4e34f..25958f580b 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -784,7 +784,7 @@ type tab*: TStrTable # interface table for modules of skLet, skVar, skField, skForVar: guard*: PSym - bitsize*: BiggestInt + bitsize*: int else: nil magic*: TMagic typ*: PType