Browse Source

* don't use HeapNotify for FPC

pierre 24 years ago
parent
commit
21f6c17cf4
2 changed files with 10 additions and 4 deletions
  1. 5 2
      fv/memory.pas
  2. 5 2
      fvision/memory.pas

+ 5 - 2
fv/memory.pas

@@ -535,7 +535,7 @@ BEGIN
    End;
    CachePtr := HeapEnd;                               { Cache starts at end }
    {$ELSE}                                            { DPMI/WIN/NT/OS2 CODE }
-   {$IFNDEF PPC_DELPHI3}
+   {$IFNDEF PPC_FPC}
    HeapError := @HeapNotify;                          { Set heap error proc }
    {$ENDIF}
    SafetyPoolSize := LowMemSize * 16;                 { Fix safety pool size }
@@ -828,7 +828,10 @@ END.
 
 {
  $Log$
- Revision 1.3  2001-08-04 19:14:33  peter
+ Revision 1.4  2001-08-05 23:27:54  pierre
+  * don't use HeapNotify for FPC
+
+ Revision 1.3  2001/08/04 19:14:33  peter
    * Added Makefiles
    * added FV specific units and objects from old FV
 

+ 5 - 2
fvision/memory.pas

@@ -535,7 +535,7 @@ BEGIN
    End;
    CachePtr := HeapEnd;                               { Cache starts at end }
    {$ELSE}                                            { DPMI/WIN/NT/OS2 CODE }
-   {$IFNDEF PPC_DELPHI3}
+   {$IFNDEF PPC_FPC}
    HeapError := @HeapNotify;                          { Set heap error proc }
    {$ENDIF}
    SafetyPoolSize := LowMemSize * 16;                 { Fix safety pool size }
@@ -828,7 +828,10 @@ END.
 
 {
  $Log$
- Revision 1.3  2001-08-04 19:14:33  peter
+ Revision 1.4  2001-08-05 23:27:54  pierre
+  * don't use HeapNotify for FPC
+
+ Revision 1.3  2001/08/04 19:14:33  peter
    * Added Makefiles
    * added FV specific units and objects from old FV