Browse Source

- removed call to do_stop at the end of compile() since it obviously breaks the
automatic compiling of units. Make cycle worked though! 8)

Jonas Maebe 25 năm trước cách đây
mục cha
commit
9ffedb7aa4
1 tập tin đã thay đổi với 5 bổ sung8 xóa
  1. 5 8
      compiler/compiler.pas

+ 5 - 8
compiler/compiler.pas

@@ -322,20 +322,17 @@ begin
   Writeln('Repetitive firstpass = '+tostr(firstpass_several)+'/'+tostr(total_of_firstpass));
   Writeln('Repetitive firstpass = '+tostr(firstpass_several)+'/'+tostr(total_of_firstpass));
 {$endif newcg}
 {$endif newcg}
 {$endif EXTDEBUG}
 {$endif EXTDEBUG}
-{$ifdef fixLeaksOnError}
- {$ifdef tp}
-  do_stop;
- {$else tp}
-  do_stop();
- {$endif tp}
-{$endif fixLeaksOnError}
 end;
 end;
 
 
 
 
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.43  2000-01-11 16:53:24  jonas
+  Revision 1.44  2000-01-11 16:56:22  jonas
+    - removed call to do_stop at the end of compile() since it obviously breaks the
+      automatic compiling of units. Make cycle worked though! 8)
+
+  Revision 1.43  2000/01/11 16:53:24  jonas
     + call do_stop at the end of compile()
     + call do_stop at the end of compile()
 
 
   Revision 1.42  2000/01/07 01:14:23  peter
   Revision 1.42  2000/01/07 01:14:23  peter