Skip to content

Commit

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

0 comments on commit 8f0b891

Please sign in to comment.