[fpc-devel] compiler bug?

Florian Klaempfl F.Klaempfl at gmx.de
Fri Dec 31 14:58:43 CET 2004


Nico Aragón wrote:

type boolean = (false,true);
is how boolean is defined/declared

so assigning anything else than true or false to a boolean might cause 
problems :)

> 
> 
>>> else
>>>    WriteLn('Other');
>>
>>This better should read:
>>	WriteLn('corrupt data space!!!'); Panic;
> 
> 
> Much more useful :->
> 





More information about the fpc-devel mailing list