[fpc-pascal] Fatal: Internal Error 20051152
Roland Turcan
konf at rotursoft.sk
Thu Jan 28 10:30:23 CET 2010
Hello friends,
It started to show this %subject% since I added some code into
{$IF MyBoolCondition}
example:
{$MODE Delphi}
Unit MyUnit;
interface
Uses MyConditions;
{$IF MyCond}
//some declaration
implementation
// some code
{$ELSE}
//some declaration
implementation
// some code
{$IFEND}
end.
What could be a reason and how to avoid it?
Thanks in advance.
------
Mac OS X 10.5.8 Intel
Lazarus SVN r23561
FreePascal r14805
--
Best regards, TRoland
http://www.rotursoft.sk
http://exekutor.rotursoft.sk
More information about the fpc-pascal
mailing list