home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 038 / pmd110.zip / SYSTEM.DIF < prev    next >
Text File  |  1994-11-14  |  325b  |  18 lines

  1. *** c:\bp\rtl\sys\system.pas    Wed Oct 28 07:00:00 1992
  2. --- system.pas    Mon Oct 03 13:20:28 1994
  3. ***************
  4. *** 503,505 ****
  5. --- 503,514 ----
  6.   {$ENDIF}
  7.   
  8. + const
  9. +   CheckMem:WordBool = FALSE;
  10. +   StoreAlloc:pointer = nil;
  11. +   FreeAlloc:pointer = nil;
  12. + begin
  13. +   ErrorAddr := @CheckMem;
  14.   end.
  15.