summary refs log tree commit diff stats
path: root/compiler/semdata.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-11-28 01:14:02 +0200
committerZahary Karadjov <zahary@gmail.com>2012-11-28 01:15:14 +0200
commitc67520a7c5d474be409bee98d9b258030115c259 (patch)
tree7571799e9af110f8e24f5957b7de111e3ddae8f5 /compiler/semdata.nim
parenta42545ea3eecb57eea3d02c624b91c86bdaf90e6 (diff)
downloadNim-c67520a7c5d474be409bee98d9b258030115c259.tar.gz
temporary debugging code for the memory leak investigation
Diffstat (limited to 'compiler/semdata.nim')
-rwxr-xr-xcompiler/semdata.nim2
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