From d375120c424fa94cc58228c2f0285c1b0b32919b Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 16 Mar 2020 18:49:27 +0100 Subject: rename sfAlwaysReturn to sfNeverRaises --- compiler/modulegraphs.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/modulegraphs.nim') diff --git a/compiler/modulegraphs.nim b/compiler/modulegraphs.nim index d3be4b3b6..dff3f3b58 100644 --- a/compiler/modulegraphs.nim +++ b/compiler/modulegraphs.nim @@ -165,7 +165,7 @@ proc stopCompile*(g: ModuleGraph): bool {.inline.} = proc createMagic*(g: ModuleGraph; name: string, m: TMagic): PSym = result = newSym(skProc, getIdent(g.cache, name), nil, unknownLineInfo, {}) result.magic = m - result.flags = {sfAlwaysReturn} + result.flags = {sfNeverRaises} proc newModuleGraph*(cache: IdentCache; config: ConfigRef): ModuleGraph = result = ModuleGraph() -- cgit 1.4.1-2-gfad0