Re: [fpc-pascal] $B and $BOOLEVAL

2015-12-13 Thread Vojtěch Čihák
ot; Komu: "FPC-Pascal users discussions" Datum: 13.12.2015 20:11 Předmět: Re: [fpc-pascal] $B and $BOOLEVAL Am 13.12.2015 um 19:17 schrieb Vojtěch Čihák:   Hi,   when I use {$B} I get " Warning: Illegal compiler directive "$B&qu

Re: [fpc-pascal] $B and $BOOLEVAL

2015-12-13 Thread Florian Klämpfl
Am 13.12.2015 um 19:17 schrieb Vojtěch Čihák: > > Hi, > > when I use {$B} I get " Warning: Illegal compiler directive "$B"' ". Of course. You omitted on/off +/- ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org

[fpc-pascal] $B and $BOOLEVAL

2015-12-13 Thread Vojtěch Čihák
  Hi,   when I use {$B} I get " Warning: Illegal compiler directive "$B"' ". When I use $BOOLEVAL everything is OK. It does not correspond with docs: http://www.freepascal.org/docs-html/3.0.0/prog/progsu4.html   Should I report? V. ___ fpc-pascal mailli