summary refs log tree commit diff stats
path: root/compiler/semdata.nim
diff options
context:
space:
mode:
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