From 61ea85687c2950bb40c23a1a7cd2c13473bd9662 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 19 Oct 2019 16:21:01 +0200 Subject: refactoring: --newruntime consists of 3 different switches --- compiler/spawn.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/spawn.nim') diff --git a/compiler/spawn.nim b/compiler/spawn.nim index 7980ac434..b48c67fd3 100644 --- a/compiler/spawn.nim +++ b/compiler/spawn.nim @@ -65,7 +65,7 @@ proc addLocalVar(g: ModuleGraph; varSection, varInit: PNode; owner: PSym; typ: P vpart.sons[2] = if varInit.isNil: v else: vpart[1] varSection.add vpart if varInit != nil: - if useShallowCopy and typeNeedsNoDeepCopy(typ) or optNimV2 in g.config.globalOptions: + if useShallowCopy and typeNeedsNoDeepCopy(typ) or optTinyRtti in g.config.globalOptions: varInit.add newFastAsgnStmt(newSymNode(result), v) else: let deepCopyCall = newNodeI(nkCall, varInit.info, 3) -- cgit 1.4.1-2-gfad0 lass='sub'>mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/doc/pydoc/ranger.ext.html
blob: 06848c5d6f18c501088ad7c94efbb3a1ba060535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29