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


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to