diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-11-28 01:14:02 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-11-28 01:15:14 +0200 |
commit | c67520a7c5d474be409bee98d9b258030115c259 (patch) | |
tree | 7571799e9af110f8e24f5957b7de111e3ddae8f5 /compiler/semdata.nim | |
parent | a42545ea3eecb57eea3d02c624b91c86bdaf90e6 (diff) | |
download | Nim-c67520a7c5d474be409bee98d9b258030115c259.tar.gz |
temporary debugging code for the memory leak investigation
Diffstat (limited to 'compiler/semdata.nim')
-rwxr-xr-x | compiler/semdata.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semdata.nim b/compiler/semdata.nim index d3122bb1e..54662111b 100755 --- a/compiler/semdata.nim +++ b/compiler/semdata.nim @@ -86,7 +86,7 @@ type # naming it multiple times var - gGenericsCache: PGenericsCache # save for modularity + gGenericsCache*: PGenericsCache # save for modularity proc makeInstPair*(s: PSym, inst: PInstantiation): TInstantiationPair = result.genericSym = s |