mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* reset compiling_module, fixes crash in ide with second compile
This commit is contained in:
parent
362e6cfa64
commit
cf34a799aa
@ -801,6 +801,7 @@ var
|
||||
status.currentsource:='';
|
||||
status.currentsourcepath:='';
|
||||
status.compiling_current:=false;
|
||||
compiling_module:=nil;
|
||||
end;
|
||||
|
||||
|
||||
@ -822,7 +823,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$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
|
||||
* -V to -vv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user