[fpc-pascal] Blockread blockwrite var vs out parameters

Bart bartjunk64 at gmail.com
Wed Dec 16 16:58:23 CET 2015


On 12/16/15, Jonas Maebe <jonas.maebe at elis.ugent.be> wrote:

> The result parameters can be changed. The BlockRead buffer parameter
> cannot be changed for the same reason that the parameters of fillchar
> and move cannot be changed: ....

Can't we hardcode the compiler to not give a hint on FillChar and related?
Especially since these are used to initialize (null) variables.

Bart



More information about the fpc-pascal mailing list