summary refs log tree commit diff stats
path: root/compiler/sem.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-01 01:11:48 +0100
committerAraq <rumpf_a@web.de>2012-11-01 01:11:48 +0100
commit42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65 (patch)
tree725312d68f74d603a2cdd28642c90d87246fb143 /compiler/sem.nim
parentfaed98d21573feec1beceb9149eab249cc44a6f4 (diff)
downloadNim-42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65.tar.gz
nimbuild should work again
Diffstat (limited to 'compiler/sem.nim')
-rwxr-xr-xcompiler/sem.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/sem.nim b/compiler/sem.nim
index 21bbdf4d2..93d023806 100755
--- a/compiler/sem.nim
+++ b/compiler/sem.nim
@@ -208,6 +208,7 @@ proc myOpen(module: PSym, filename: string): PPassContext =
   c.semExpr = semExprNoFlags
   c.semConstBoolExpr = semConstBoolExpr
   c.semOverloadedCall = semOverloadedCall
+  c.semTypeNode = semTypeNode
   pushProcCon(c, module)
   pushOwner(c.module)
   openScope(c.tab)            # scope for imported symbols