mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:09:22 +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.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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user