mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 21:48:09 +02:00
- function heapsize MUST be removed, create conflicts with HEAPSIZE var
This commit is contained in:
parent
e472678241
commit
a364f24f24
@ -18,7 +18,6 @@ Procedure mark(var p : pointer);
|
||||
Procedure markheap(var oldfreelist,oldheapptr : pointer);
|
||||
Procedure releaseheap(oldfreelist,oldheapptr : pointer);
|
||||
Function cal_memavail : longint;
|
||||
Function heapsize : longint;
|
||||
{$ifdef TEMPHEAP}
|
||||
Procedure split_heap;
|
||||
Procedure switch_to_base_heap;
|
||||
@ -36,7 +35,10 @@ var
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1998-05-12 10:42:45 peter
|
||||
Revision 1.4 1998-07-02 12:13:49 carl
|
||||
- function heapsize MUST be removed, create conflicts with HEAPSIZE var
|
||||
|
||||
Revision 1.3 1998/05/12 10:42:45 peter
|
||||
* moved getopts to inc/, all supported OS's need argc,argv exported
|
||||
+ strpas, strlen are now exported in the systemunit
|
||||
* removed logs
|
||||
|
Loading…
Reference in New Issue
Block a user