diff options
author | Adam Strzelecki <ono@java.pl> | 2015-06-09 22:16:43 +0200 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-06-09 22:20:05 +0200 |
commit | 3d266433a75449d76b589aba6edaf488d5a8c921 (patch) | |
tree | 02ab5a343317a1a0c0b68a2f7d9d1b426866b117 /compiler/extccomp.nim | |
parent | 25a19875172db5024c1edf7011a5b46996e4f543 (diff) | |
download | Nim-3d266433a75449d76b589aba6edaf488d5a8c921.tar.gz |
securehash: Keep module name consistent
1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column
Diffstat (limited to 'compiler/extccomp.nim')
-rw-r--r-- | compiler/extccomp.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 2ddb98aba..38427b367 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -13,7 +13,8 @@ # nim files. import - lists, ropes, os, strutils, osproc, platform, condsyms, options, msgs, secure_hash + lists, ropes, os, strutils, osproc, platform, condsyms, options, msgs, + securehash type TSystemCC* = enum |