In our previous episode, mokashe.ram said:
>   Can any one help me on raplacement of MARK and RELEASE function in free
> pascal...
>   
>    var
>           markexam: pointer; // untyped pointer
>   begin
>              ...
>            * mark(markexam);
>             .....
>             Release(markexam);* end;

This eighties style of memory management has no 1:1 substitutions.
Reengineer your memory management on top of getmem and freemem.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to