From 3c4ceea4272a8e9d817e16e71581f8fa15460a34 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 11 May 2018 15:28:26 +0200 Subject: move more global variables into ConfigRef --- compiler/rodread.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rodread.nim') diff --git a/compiler/rodread.nim b/compiler/rodread.nim index c7fea2947..f62c24dfd 100644 --- a/compiler/rodread.nim +++ b/compiler/rodread.nim @@ -918,7 +918,7 @@ proc handleSymbolFile*(module: PSym; cache: IdentCache; conf: ConfigRef): PRodRe if gSymbolFiles in {disabledSf, writeOnlySf, v2Sf}: module.id = getID() return nil - idgen.loadMaxIds(conf, options.gProjectPath / options.gProjectName) + idgen.loadMaxIds(conf, conf.projectPath / conf.projectName) let fileIdx = module.fileIdx discard checkDep(fileIdx, cache, conf) #if gMods[fileIdx.int32].reason == rrEmpty: internalError("handleSymbolFile") -- cgit 1.4.1-2-gfad0 r of ~rjarry's aerc fork - a pretty good email clientakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/commands/term.go
blob: 91ffebd76606dcb8cca7accfa6acff02eaea2c1a (plain) (tree)
1
2
3
4
5
6
7
8
9