mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-06 18:26:05 +02:00
* Fix compilation for msdos OS with -dSYSTEMDEBUG
git-svn-id: trunk@33717 -
This commit is contained in:
parent
14359cffec
commit
e4a9e0ceea
@ -26,8 +26,6 @@
|
|||||||
|
|
||||||
{ we cannot allocate memory using SysGetMem, as we use tinyheap code,
|
{ we cannot allocate memory using SysGetMem, as we use tinyheap code,
|
||||||
but tinyheap.inc source in inserted later, so we need a forward declaration }
|
but tinyheap.inc source in inserted later, so we need a forward declaration }
|
||||||
function SysTinyFreeMemSize(Addr: Pointer; Size: Ptruint): ptruint; forward;
|
|
||||||
function SysTinyGetMem(Size: ptruint): pointer; forward;
|
|
||||||
{$endif SYSTEMDEBUG}
|
{$endif SYSTEMDEBUG}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user