diff options
author | Araq <rumpf_a@web.de> | 2012-03-19 22:12:08 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-03-19 22:12:08 +0100 |
commit | bb1885115db4d8075a6c688b58d4ccb91b6ad24a (patch) | |
tree | 311e436ba00df97885cc662bb3f690a3511cbf90 /compiler/semdata.nim | |
parent | 7cd2f353c72ced274e5a6e6c0f92e8e32e9d6374 (diff) | |
parent | 7b41b0f84113d3b9901d5c598dd909a1df6f960f (diff) | |
download | Nim-bb1885115db4d8075a6c688b58d4ccb91b6ad24a.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
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 |