On Thu, 20 Nov 2014 23:39:59 +0100
Frederic Da Vitoria <[email protected]> wrote:
> Hello,
>
> I am starting to use fpprofiler. Because I did not know what parameters
> should be sent to fpc, I decided to use fppinsert. At least one type of
> "instrumented" code fails to compile:
> // some code { some comment }
> is wrongly changed into
> { some code { some comment } }
> which does not compile.
Note: In FPC default $mode FPC and Lazarus default $mode ObjFPC nested
comments are allowed. It is not allowed in $mode Delphi.
Mattias
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus