summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-05 20:20:13 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-11-06 13:55:03 +0100
commitc735b75f6f9aa83d525c1cb819c8e6d83badc447 (patch)
tree6c1a4b887eda51c7cba52dc95ce3735bd47e9465 /compiler/ast.nim
parent1fa22d4cfed734736e79572105a7730f1e0dbd5f (diff)
downloadNim-c735b75f6f9aa83d525c1cb819c8e6d83badc447.tar.gz
compiler cleanup: flag tfOldSchoolExprStmt is gone
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index bc54367f6..bb0f95acd 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -568,9 +568,6 @@ const
   tfUnion* = tfNoSideEffect
   tfGcSafe* = tfThread
   tfObjHasKids* = tfEnumHasHoles
-  tfOldSchoolExprStmt* = tfVarargs # for now used to distinguish \
-    # 'varargs[expr]' from 'varargs[untyped]'. Eventually 'expr' will be
-    # deprecated and this mess can be cleaned up.
   tfReturnsNew* = tfInheritable
   skError* = skUnknown
 
inikpicheta@gmail.com> 2016-09-04 15:24:46 +0200 Show inactive supporters on sponsors page too.' href='/ahoang/Nim/commit/web/inactive_sponsors.csv?h=devel&id=7982fc4f098587e3a5dda7266e295c2b2c90bf4d'>7982fc4f0 ^
4a8257d99 ^
7982fc4f0 ^
4a8257d99 ^



7982fc4f0 ^
4a8257d99 ^


7982fc4f0 ^
f721bdb8f ^
7982fc4f0 ^
4a8257d99 ^
7982fc4f0 ^


f721bdb8f ^

4a8257d99 ^



7982fc4f0 ^
f721bdb8f ^
7982fc4f0 ^











f721bdb8f ^
7982fc4f0 ^

4a8257d99 ^

7982fc4f0 ^
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57