mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
* use modeswitch result instead of mode objpas, so the objpas unit is not pulled in
git-svn-id: trunk@30752 -
This commit is contained in:
parent
d3fbfa225f
commit
b8198963f3
@ -12,7 +12,7 @@
|
|||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
{$mode objfpc}
|
{$modeswitch result}
|
||||||
Unit heapmgr;
|
Unit heapmgr;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
@ -275,4 +275,3 @@ initialization
|
|||||||
finalization
|
finalization
|
||||||
//FinalizeHeap;
|
//FinalizeHeap;
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user