summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system.nim')
-rwxr-xr-xlib/system.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 7d1d2a867..d3450902e 100755
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -1123,12 +1123,6 @@ proc isNil*(x: cstring): bool {.noSideEffect, magic: "IsNil".}
   ## Fast check whether `x` is nil. This is sometimes more efficient than
   ## ``== nil``.
 
-
-# Fixup some magic symbols here:
-#{.fixup_system.} 
-# This is an undocumented pragma that can only be used
-# once in the system module.
-
 proc `&` *[T](x, y: openArray[T]): seq[T] {.noSideEffect.} =
   newSeq(result, x.len + y.len)
   for i in 0..x.len-1:
2019-02-10 22:46:14 +0100 committer Drew DeVault <sir@cmpwn.com> 2019-02-10 17:11:21 -0500 Add missing go.sum entries' href='/akspecs/aerc/commit/go.sum?h=0.5.2&id=62862d8a9e7f684bc3ff4e9ea115678ff44d8644'>62862d8 ^
648ca98 ^
62862d8 ^
648ca98 ^
62862d8 ^
648ca98 ^
8d20e92 ^

d394fd1 ^

1170893 ^

62862d8 ^
648ca98 ^
62862d8 ^
648ca98 ^


1170893 ^



62862d8 ^
648ca98 ^
1170893 ^

513e8aa ^

77ede6e ^

648ca98 ^
8d20e92 ^

16c3f0a ^

8d20e92 ^


16c3f0a ^
648ca98 ^

77ede6e ^

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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75