diff options
author | Araq <rumpf_a@web.de> | 2011-06-10 22:49:06 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-10 22:49:06 +0200 |
commit | 922e216b86c1502567ee9a7ea7f3e684ed396bb5 (patch) | |
tree | e458351775fabf6bc32f9a6a876dc590065eff68 /compiler/ropes.nim | |
parent | 988de05707ef66ac522542011b1f864a74ee7de2 (diff) | |
download | Nim-922e216b86c1502567ee9a7ea7f3e684ed396bb5.tar.gz |
got rid of nstrtabs and nhashes modules
Diffstat (limited to 'compiler/ropes.nim')
-rwxr-xr-x | compiler/ropes.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ropes.nim b/compiler/ropes.nim index 01ca5c81e..36ac3ecf7 100755 --- a/compiler/ropes.nim +++ b/compiler/ropes.nim @@ -59,7 +59,7 @@ # import - msgs, strutils, platform, nhashes, crc + msgs, strutils, platform, hashes, crc const CacheLeafs* = true |