diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2009-05-08 16:36:06 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2009-05-08 16:36:06 +0200 |
commit | db4f617afcd095db087dcb52e3ea603cca111da7 (patch) | |
tree | eeffcc8fb523171dc394c136acf9b8006ec4138f /nim/tigen.pas | |
parent | 08bc9ac03c49db7bfcdee82f46aadf95a324e015 (diff) | |
download | Nim-db4f617afcd095db087dcb52e3ea603cca111da7.tar.gz |
version 0.7.8
Diffstat (limited to 'nim/tigen.pas')
-rw-r--r-- | nim/tigen.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/tigen.pas b/nim/tigen.pas index 937883e5e..687b70920 100644 --- a/nim/tigen.pas +++ b/nim/tigen.pas @@ -17,7 +17,7 @@ interface {$include 'config.inc'} uses - nsystem, ast, astalgo, strutils, hashes, trees, treetab, platform, magicsys, + nsystem, ast, astalgo, strutils, nhashes, trees, treetab, platform, magicsys, options, msgs, crc, idents, lists, types, rnimsyn; function gcWalker(t: PType): PNode; |