diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-27 21:22:25 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-27 21:22:25 +0100 |
| commit | 5c52ffe24e86241de2057dbf62c3012432aa1db0 (patch) | |
| tree | bfe1167eab0570aae49e94380afe45792b6b9de1 /src/check_type.cpp | |
| parent | a5763d6feec5985c7fcf5e6bee1cd0a1830be685 (diff) | |
Reorganize `runtime` package
Diffstat (limited to 'src/check_type.cpp')
| -rw-r--r-- | src/check_type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp index ca961c133..77a794326 100644 --- a/src/check_type.cpp +++ b/src/check_type.cpp @@ -1733,7 +1733,7 @@ void check_map_type(Checker *c, Type *type, AstNode *node) { type->Map.value = value; if (is_type_string(key)) { - add_preload_dependency(c, "__default_hash_string"); + add_package_dependency(c, "runtime", "__default_hash_string"); } |