export nim.cfg parser (#12602)

(cherry picked from commit 61889c604a)
This commit is contained in:
Andy Davidoff
2019-11-06 03:59:23 -05:00
committed by narimiran
parent 4084ef19a3
commit 8f0b891e68

View File

@@ -207,7 +207,7 @@ proc parseAssignment(L: var TLexer, tok: var TToken;
else:
processSwitch(s, val, passPP, info, config)
proc readConfigFile(filename: AbsoluteFile; cache: IdentCache;
proc readConfigFile*(filename: AbsoluteFile; cache: IdentCache;
config: ConfigRef): bool =
var
L: TLexer