[fpc-pascal] FPC Syntax

Michael Van Canneyt michael at freepascal.org
Mon May 26 10:53:11 CEST 2008



On Mon, 26 May 2008, Damien Gerard wrote:

> 
> Just for my personal knowledge, does anybody know what that syntax means :
> 
> Procedure Reset(var f : TypedFile);   [INTERNPROC: fpc_in_Reset_TypedFile];
> (systemh.inc,653)

This is an internal compiler routine: when the compiler encounters a
  reset(afile);
where afile is a typed file, then this routine is called.

The internproc number is hard-coded in the compiler.

Michael.



More information about the fpc-pascal mailing list