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 years ago
parent
commit
9ffedb7aa4
1 changed files with 5 additions and 8 deletions
  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