summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-09-29 14:39:20 -0700
committerAman Gupta <aman@tmm1.net>2015-09-29 14:39:20 -0700
commit0679340b52e521306c3d5dc44ba94d7eaacdb662 (patch)
tree12bdc3d14d276ddf5e9b420191ea6b40efacd482 /compiler
parent5e9ce88dafbaa0bf72a7c7c3ce11a8d827ab3200 (diff)
downloadNim-0679340b52e521306c3d5dc44ba94d7eaacdb662.tar.gz
switch to bitsize:int
Diffstat (limited to 'compiler')
-rw-r--r--compiler/ast.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 9db5a4e34..25958f580 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