From 61889c604a5f3185339b8e6fd84fca7b0a8df1f9 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Wed, 6 Nov 2019 03:59:23 -0500 Subject: [PATCH] export nim.cfg parser (#12602) --- compiler/nimconf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nimconf.nim b/compiler/nimconf.nim index a470179bdd..7c0f6ea272 100644 --- a/compiler/nimconf.nim +++ b/compiler/nimconf.nim @@ -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