diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-06-09 15:10:21 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-06-09 15:10:21 +0200 |
commit | 25a19875172db5024c1edf7011a5b46996e4f543 (patch) | |
tree | 0222dcae263193520ec46c2321931e02ca4c2706 /compiler/ast.nim | |
parent | 60bc1fd7baa92b7884cd7ab1558d10f59a890817 (diff) | |
parent | badc3a0929affb14415b178a96ee10151b795196 (diff) | |
download | Nim-25a19875172db5024c1edf7011a5b46996e4f543.tar.gz |
Merge pull request #2780 from flaviut/cleanup-crc
Use SHA1 instead of CRC
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index c141352cb..dc190fd7f 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -10,7 +10,7 @@ # abstract syntax tree + symbol table import - msgs, hashes, nversion, options, strutils, crc, ropes, idents, lists, + msgs, hashes, nversion, options, strutils, secure_hash, ropes, idents, lists, intsets, idgen type |