On Thu, Jan 19, 2012 at 8:04 PM, Paul Robinson <[email protected]> wrote:
> --- Second Example ---
> {$MACRO ON }
> {*$DEFINE XX1:=' This is from Macro1' *)

This is wrong code. You cannot open a comment with { and close it with *)

(* matches *)
{ matches only }
{* means nothing special, it is a { comment opening followed by a
character * inside the comment.

-- 
Felipe Monteiro de Carvalho
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to