summary refs log tree commit diff stats
path: root/lib/system/channels.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-04-03 12:09:39 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-04-04 16:35:15 +0200
commit228d53006a96c97d1f569e288cda7197a993868d (patch)
tree595d43572e1e0134442ab884b6b3786a06f18816 /lib/system/channels.nim
parentc9c6741cde6d6945f276dde954533f68cc66c573 (diff)
downloadNim-228d53006a96c97d1f569e288cda7197a993868d.tar.gz
refactoring: move threadlocalstorage into its own file
Diffstat (limited to 'lib/system/channels.nim')
-rw-r--r--lib/system/channels.nim2
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