Skip to content

Commit

Permalink
export nim.cfg parser (#12602)
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek authored and Araq committed Nov 6, 2019
1 parent 59c2126 commit 61889c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/nimconf.nim
Expand Up @@ -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
Expand Down

0 comments on commit 61889c6

Please sign in to comment.