diff options
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 99eca848b..58a73a3a8 100755 --- a/compiler/sem.nim +++ b/compiler/sem.nim @@ -160,6 +160,7 @@ proc myOpen(module: PSym, filename: string): PPassContext = if (c.p != nil): InternalError(module.info, "sem.myOpen") c.semConstExpr = semConstExpr c.semExpr = semExprNoFlags + c.semConstBoolExpr = semConstBoolExpr pushProcCon(c, module) pushOwner(c.module) openScope(c.tab) # scope for imported symbols |