From 1d9f680b788499fc3c3d1a9571ed89ab479c4e86 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Sat, 16 Mar 2013 07:21:06 -0500 Subject: hack to include hti correctly --- lib/system/jssys.nim | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/system/jssys.nim b/lib/system/jssys.nim index 789e39d6d..1c43bfdc7 100755 --- a/lib/system/jssys.nim +++ b/lib/system/jssys.nim @@ -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 = -- cgit 1.4.1-2-gfad0