Browse Source

* a FPC compiled compiler checks now also in debug mode in assigned
if a pointer points to the heap
* when a symtable is loaded, there is no need to check for duplicate
symbols. This leads to crashes because defowner isn't assigned
in this case

florian 26 năm trước cách đây
mục cha
commit
f9b1534e17
1 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. 9 2
      compiler/ppovin.pas

+ 9 - 2
compiler/ppovin.pas

@@ -54,7 +54,7 @@ begin
      heaprecord(ptr(ovrheapend,0)^).values:=m shl 12;
      heaporg:=ptr(ovrheapend,0);
      freelist:=heaporg;
-     Writeln('Warning: Overlay buffer shrinked, because of memory shortage');
+     Writeln('Warning: Overlay buffer was shrunk because of memory shortage');
      _heaperror:=2;
    end
   else
@@ -86,7 +86,14 @@ begin
 end.
 {
   $Log$
-  Revision 1.2  1998-08-10 10:18:33  peter
+  Revision 1.3  1999-03-17 22:23:19  florian
+    * a FPC compiled compiler checks now also in debug mode in assigned
+      if a pointer points to the heap
+    * when a symtable is loaded, there is no need to check for duplicate
+      symbols. This leads to crashes because defowner isn't assigned
+      in this case
+
+  Revision 1.2  1998/08/10 10:18:33  peter
     + Compiler,Comphook unit which are the new interface units to the
       compiler