From 9af584707da8ae9cacaf744988701dfd981c9371 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Fri, 9 Sep 2016 11:53:17 +0100 Subject: Allow compilation of sharedtables.nim tableimpl uses {.oldimmediate.}, which is defined in system/inclrtl. --- lib/pure/collections/sharedtables.nim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/pure/collections/sharedtables.nim b/lib/pure/collections/sharedtables.nim index 7dc338f4e..28509caa1 100644 --- a/lib/pure/collections/sharedtables.nim +++ b/lib/pure/collections/sharedtables.nim @@ -15,6 +15,8 @@ import hashes, math, locks +include "system/inclrtl" + type KeyValuePair[A, B] = tuple[hcode: Hash, key: A, val: B] KeyValuePairSeq[A, B] = ptr array[10_000_000, KeyValuePair[A, B]] -- cgit 1.4.1-2-gfad0 mmit This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/tools/website.tmpl
blob: 091079c1c214cd21b1808d0a5280107df483d766 (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
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
76
77
78