[fpc-devel] Problem with {$BOOLEVAL ON/OFF} and it's default.

Jonas Maebe jonas.maebe at elis.ugent.be
Wed Jun 15 11:05:48 CEST 2011


On 15 Jun 2011, at 10:58, Martin Schreiber wrote:

> The CHECKPOINTER directive can be used with DEFAULT:
> "
> {$CHECKPOINTER ON}
> [...]
> {$CHECKPOINTER DEFAULT}
> "
> Maybe that method can be implemented for other directives too?


The generic way to temporarily change local switches (and verbosity) is

{$push}

<change any switches you want>

...

{$pop}



Jonas



More information about the fpc-devel mailing list