summary refs log tree commit diff stats
path: root/lib/system/hti.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-07-13 21:15:47 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-07-13 21:15:47 +0200
commit74bf316619129b3c07c35c796cbc8744cbca87aa (patch)
tree111d8c2b8f0da388df578ecca46f5e61de8f53b4 /lib/system/hti.nim
parent5b59852406e3d4a494186dddf9a5702062901668 (diff)
downloadNim-74bf316619129b3c07c35c796cbc8744cbca87aa.tar.gz
more progress on destructor based strings
Diffstat (limited to 'lib/system/hti.nim')
-rw-r--r--lib/system/hti.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/hti.nim b/lib/system/hti.nim
index 45b1d1cd3..bb3769ac4 100644
--- a/lib/system/hti.nim
+++ b/lib/system/hti.nim
@@ -7,7 +7,7 @@
 #    distribution, for details about the copyright.
 #
 
-when declared(NimString):
+when declared(ThisIsSystem):
   # we are in system module:
   {.pragma: codegenType, compilerproc.}
 else: