diff options
author | Araq <rumpf_a@web.de> | 2018-09-14 15:48:07 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-14 15:48:07 +0200 |
commit | 5709736e827ef844c98afa8fcad08d2f789f93b4 (patch) | |
tree | 7fecb2f49b475163b699c702ccd75d99d0357fb5 /lib/system/hti.nim | |
parent | 5ee904643af3c5bf126121cd9534ddcb11cd4630 (diff) | |
parent | 382fe446c3926f7976de09b7a1d8ad131912c7b6 (diff) | |
download | Nim-5709736e827ef844c98afa8fcad08d2f789f93b4.tar.gz |
Merge branch 'devel' into araq-better-docgen
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 bb3769ac4..9931fa11e 100644 --- a/lib/system/hti.nim +++ b/lib/system/hti.nim @@ -11,7 +11,7 @@ when declared(ThisIsSystem): # we are in system module: {.pragma: codegenType, compilerproc.} else: - {.pragma: codegenType, importc.} + {.pragma: codegenType.} type # This should be the same as ast.TTypeKind |