diff options
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 |