From b11fe5d0b477c58524ed3fc02ede6f13acef9622 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 14 Jun 2012 17:33:00 +0300 Subject: more uint related fixes --- lib/core/typeinfo.nim | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/core') diff --git a/lib/core/typeinfo.nim b/lib/core/typeinfo.nim index ca2b68cc3..549e4724a 100755 --- a/lib/core/typeinfo.nim +++ b/lib/core/typeinfo.nim @@ -43,8 +43,13 @@ type akFloat = 36, ## any represents a float akFloat32 = 37, ## any represents a float32 akFloat64 = 38, ## any represents a float64 - akFloat128 = 39 ## any represents a float128 - + akFloat128 = 39, ## any represents a float128 + akUInt = 40, ## any represents an unsigned int + akUInt8 = 41, ## any represents an unsigned int8 + akUInt16 = 42, ## any represents an unsigned in16 + akUInt32 = 43, ## any represents an unsigned int32 + akUInt64 = 44, ## any represents an unsigned int64 + TAny* = object {.pure.} ## can represent any nimrod value; NOTE: the wrapped ## value can be modified with its wrapper! This means ## that ``TAny`` keeps a non-traced pointer to its -- cgit 1.4.1-2-gfad0