Browse Source

* reset compiling_module, fixes crash in ide with second compile

peter 21 years ago
parent
commit
cf34a799aa
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/verbose.pas

+ 5 - 1
compiler/verbose.pas

@@ -801,6 +801,7 @@ var
         status.currentsource:='';
         status.currentsource:='';
         status.currentsourcepath:='';
         status.currentsourcepath:='';
         status.compiling_current:=false;
         status.compiling_current:=false;
+	compiling_module:=nil;
       end;
       end;
 
 
 
 
@@ -822,7 +823,10 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.28  2003-10-08 19:17:43  peter
+  Revision 1.29  2004-02-15 12:17:59  peter
+    * reset compiling_module, fixes crash in ide with second compile
+
+  Revision 1.28  2003/10/08 19:17:43  peter
     * -P to -ap
     * -P to -ap
     * -V to -vv
     * -V to -vv