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 f47139e18..49ab20290 100755 --- a/compiler/semdata.nim +++ b/compiler/semdata.nim @@ -73,7 +73,7 @@ type userPragmas*: TStrTable evalContext*: PEvalContext slurpedFiles*: seq[string] - + var gGenericsCache: PGenericsCache # save for modularity |