hack to include hti correctly

This commit is contained in:
Simon Hafner
2013-03-16 07:21:06 -05:00
parent d34f95d194
commit 1d9f680b78

View File

@@ -491,6 +491,7 @@ proc toU32(a: int): int32 {.noStackFrame, compilerproc.} =
proc nimMin(a, b: int): int {.compilerproc.} = return if a <= b: a else: b
proc nimMax(a, b: int): int {.compilerproc.} = return if a >= b: a else: b
type NimString = string # hack for hti.nim
include "system/hti"
proc isFatPointer(ti: PNimType): bool =