diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-07-13 21:15:47 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-07-13 21:15:47 +0200 |
commit | 74bf316619129b3c07c35c796cbc8744cbca87aa (patch) | |
tree | 111d8c2b8f0da388df578ecca46f5e61de8f53b4 /lib/system/hti.nim | |
parent | 5b59852406e3d4a494186dddf9a5702062901668 (diff) | |
download | Nim-74bf316619129b3c07c35c796cbc8744cbca87aa.tar.gz |
more progress on destructor based strings
Diffstat (limited to 'lib/system/hti.nim')
-rw-r--r-- | lib/system/hti.nim | 2 |
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: |