diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-03-19 12:06:38 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-03-19 12:06:38 +0200 |
commit | e43f8d842bd91d92caecd24c190881d1dddeaf38 (patch) | |
tree | bb8238e5881181cf784625847d5359e805da59a9 /compiler/semdata.nim | |
parent | e3b25e93ac95d192e42dfc56bf699f08d88ec99a (diff) | |
parent | 7d09aee438b335122adf6cc1de875e81ea736c96 (diff) | |
download | Nim-e43f8d842bd91d92caecd24c190881d1dddeaf38.tar.gz |
merged branch overloading-for-macros
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 |