Re: [fpc-devel] TTypeData

2008-04-21 Thread Ricardo Aguiar
On Sunday 20 April 2008, Michael Van Canneyt wrote: tkBool is no longer used, as far as I know, it's tkEnumeration ? Michael. It is an element part of TTypeKind as defined in typinfo.pp as you can see below: 37 TTypeKind = (tkUnknown,tkInteger,tkChar,tkEnumeration, 38

Re: [fpc-devel] TTypeData

2008-04-21 Thread Michael Van Canneyt
On Mon, 21 Apr 2008, Ricardo Aguiar wrote: On Sunday 20 April 2008, Michael Van Canneyt wrote: tkBool is no longer used, as far as I know, it's tkEnumeration ? Michael. It is an element part of TTypeKind as defined in typinfo.pp as you can see below: 37 TTypeKind =

Re: [fpc-devel] TTypeData

2008-04-20 Thread Michael Van Canneyt
On Fri, 18 Apr 2008, Ricardo Aguiar wrote: Greetings! I was looking at typinfo unit source code and I saw the code below: 80: TTypeData = 81:{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT} 82: packed 83:{$endif FPC_REQUIRES_PROPER_ALIGNMENT} 84: record 85: case

[fpc-devel] TTypeData

2008-04-18 Thread Ricardo Aguiar
Greetings! I was looking at typinfo unit source code and I saw the code below: 80: TTypeData = 81:{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT} 82: packed 83:{$endif FPC_REQUIRES_PROPER_ALIGNMENT} 84: record 85: case TTypeKind of 86: