El Sun, 21 Jan 2024 17:27:15 +0100
Adriaan van Os via fpc-pascal
escribió:
>
> ($modeswitch nestedcomments-}
>
I didn't know about this switch. Thanks, maybe I can use it.
Guillermo Martínez J.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.
El Sun, 21 Jan 2024 17:12:05 +0100
Tomas Hajny via fpc-pascal escribió:
> Well, I guess that you use mode Delphi, because warning about nested
> comments and even an error in your case (due to nested comment not
> closed) is already issued by default. So the very simple solution is
> using e.g
Guillermo Martínez Jiménez via fpc-pascal wrote:
Hi Pascaloids,
I'm wondering if it is possible to make FPC detect and warn (or even
stop compillation when) it has detect a nested comment. That's because
I'm using Vim and it closes odd comments. For example, the nex code:
{ This comment isn't
On 2024-01-21 13:21, Guillermo Martínez Jiménez via fpc-pascal wrote:
Hi,
I'm wondering if it is possible to make FPC detect and warn (or even
stop compillation when) it has detect a nested comment. That's because
I'm using Vim and it closes odd comments. For example, the nex code:
{ This c
Hi Pascaloids,
I'm wondering if it is possible to make FPC detect and warn (or even
stop compillation when) it has detect a nested comment. That's because
I'm using Vim and it closes odd comments. For example, the nex code:
{ This comment isn't closed. *)
DoSomething ();
{ This is a nested co
Am 23.09.2013 14:28, schrieb Juha Manninen:
On Mon, Sep 23, 2013 at 3:06 PM, Michael Van Canneyt
wrote:
Use Delphi mode or TP mode.
Thanks, it helped.
Actually there already was {$MODE Delphi} in an include file.
Apparently it does not work, it must be in every pascal unit.
The include needs t
On Mon, Sep 23, 2013 at 3:06 PM, Michael Van Canneyt
wrote:
> Use Delphi mode or TP mode.
Thanks, it helped.
Actually there already was {$MODE Delphi} in an include file.
Apparently it does not work, it must be in every pascal unit.
This PDF package still does not compile with Lazarus. I will se
On Mon, 23 Sep 2013, Michael Van Canneyt wrote:
On Mon, 23 Sep 2013, Juha Manninen wrote:
I realized FPC supports nested {} comments by default.
SynPdf, a Synopse PDF engine
http://synopse.info/fossil/wiki?name=PDF+Engine
has '{' characters inside comments but they are not meant as nested
On Mon, 23 Sep 2013, Juha Manninen wrote:
I realized FPC supports nested {} comments by default.
SynPdf, a Synopse PDF engine
http://synopse.info/fossil/wiki?name=PDF+Engine
has '{' characters inside comments but they are not meant as nested comments.
How to turn nested comments off?
I did n
I realized FPC supports nested {} comments by default.
SynPdf, a Synopse PDF engine
http://synopse.info/fossil/wiki?name=PDF+Engine
has '{' characters inside comments but they are not meant as nested comments.
How to turn nested comments off?
I did not find any such option even by using the new
10 matches
Mail list logo