Hopefully fixes nimsuggest building against the compiler package.

This commit is contained in:
Dominik Picheta
2015-06-04 23:07:57 +01:00
parent c53f65f1e7
commit 2d9a24f3f6
4 changed files with 25 additions and 19 deletions

View File

@@ -9,7 +9,8 @@
## The builtin 'system.locals' implemented as a plugin.
import plugins, ast, astalgo, magicsys, lookups, semdata, lowerings
import compiler/plugins, compiler/ast, compiler/astalgo, compiler/magicsys,
compiler/lookups, compiler/semdata, compiler/lowerings
proc semLocals(c: PContext, n: PNode): PNode =
var counter = 0