summary refs log tree commit diff stats
path: root/nim/semdata.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/semdata.pas')
-rw-r--r--nim/semdata.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/nim/semdata.pas b/nim/semdata.pas
index 9ffd41eac..3393ed4b3 100644
--- a/nim/semdata.pas
+++ b/nim/semdata.pas
@@ -1,7 +1,7 @@
 //
 //
 //           The Nimrod Compiler
-//        (c) Copyright 2008 Andreas Rumpf
+//        (c) Copyright 2009 Andreas Rumpf
 //
 //    See the file "copying.txt", included in this
 //    distribution, for details about the copyright.
@@ -128,6 +128,7 @@ end;
 
 function newProcCon(owner: PSym): PProcCon;
 begin
+  if owner = nil then InternalError('owner is nil');
   new(result);
 {@ignore}
   fillChar(result^, sizeof(result^), 0);
#x27;echo ' gotcha' href='/ahoang/Nim/commit/todo.txt?h=devel&id=46f1f41cc94fae52d26bf49e2b6eb74987857d9a'>46f1f41cc ^
480f36983 ^
c6605d3d5 ^
8ab3074c8 ^

8ab3074c8 ^
22a702868 ^
8ab3074c8 ^

22a702868 ^

8925d0e10 ^
157cd6d8d ^

2ac265696 ^
2e71bd50b ^
f4a0400de ^
22a702868 ^
b7c806381 ^
a2bb7d4c7 ^



d4bca58b7 ^
1a3b730bf ^

2958adc47 ^

c55f5b34e ^
5f64d7a35 ^
d01ff8994 ^
d01ff8994 ^
22a702868 ^





d01ff8994 ^
d01ff8994 ^
22a702868 ^








258aabba6 ^



258aabba6 ^
258aabba6 ^




22a702868 ^











258aabba6 ^


8b5aa221a ^
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
79
80
81
82
83
84
85