From 07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 23 Aug 2008 11:16:44 +0200 Subject: too many changes to list --- lib/int64s.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/int64s.nim') diff --git a/lib/int64s.nim b/lib/int64s.nim index bac6b9ccd..430514ce3 100644 --- a/lib/int64s.nim +++ b/lib/int64s.nim @@ -10,8 +10,7 @@ # 64 bit integers for platforms that don't have those type - IInt64 = record # "internal" int64 - lo, hi: int32 + IInt64 = tuple[lo, hi: int32] proc cmpI64(x, y: IInt64): int32 {.compilerproc.} = result = x.hi -% y.hi -- cgit 1.4.1-2-gfad0