diff options
author | Araq <rumpf_a@web.de> | 2019-04-03 12:09:39 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-04-04 16:35:15 +0200 |
commit | 228d53006a96c97d1f569e288cda7197a993868d (patch) | |
tree | 595d43572e1e0134442ab884b6b3786a06f18816 /lib/system/channels.nim | |
parent | c9c6741cde6d6945f276dde954533f68cc66c573 (diff) | |
download | Nim-228d53006a96c97d1f569e288cda7197a993868d.tar.gz |
refactoring: move threadlocalstorage into its own file
Diffstat (limited to 'lib/system/channels.nim')
-rw-r--r-- | lib/system/channels.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/channels.nim b/lib/system/channels.nim index 27293c2d4..27393a9c6 100644 --- a/lib/system/channels.nim +++ b/lib/system/channels.nim @@ -21,7 +21,7 @@ ## **Note:** Channels cannot be passed between threads. Use globals or pass ## them by `ptr`. -when not declared(NimString): +when not declared(ThisIsSystem): {.error: "You must not import this module explicitly".} type |