JCL Help:GetMem@@Longint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

GetMem function redeclaration for FPC


Pascal

 procedure GetMem(out P; Size: Longint);


Description

FPC emits a lot of warnings while compiling GetMem calls: it complains about the first argument not being initialized. This is caused by the declaration of the first parameter as a variable parameter. We change it to output in order to avoid all these warnings.


About

Unit

JclBase


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page