diff options
author | Araq <rumpf_a@web.de> | 2012-11-01 01:11:48 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-01 01:11:48 +0100 |
commit | 42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65 (patch) | |
tree | 725312d68f74d603a2cdd28642c90d87246fb143 /compiler/sem.nim | |
parent | faed98d21573feec1beceb9149eab249cc44a6f4 (diff) | |
download | Nim-42d0911d6a1daa60cfe0dcd2cf8c403083f6ca65.tar.gz |
nimbuild should work again
Diffstat (limited to 'compiler/sem.nim')
-rwxr-xr-x | compiler/sem.nim | 1 |
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 |