export nim.cfg parser (#12602)

This commit is contained in:
Andy Davidoff
2019-11-06 03:59:23 -05:00
committed by Andreas Rumpf
parent 59c212607e
commit 61889c604a

View File

@@ -201,7 +201,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