mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:49:33 +01:00
* fixed compilation
This commit is contained in:
parent
1376258f03
commit
bd10600a3b
@ -806,7 +806,7 @@ procedure DoCompile(Mode: TCompileMode);
|
||||
var
|
||||
s,FileName: string;
|
||||
ErrFile : Text;
|
||||
MustRestartDebugger,
|
||||
MustRestartDebugger : boolean;
|
||||
Error,LinkErrorCount : longint;
|
||||
E : TEvent;
|
||||
DummyView: PView;
|
||||
@ -1226,7 +1226,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.40 2005-04-24 21:03:16 peter
|
||||
Revision 1.41 2005-04-24 21:37:16 florian
|
||||
* fixed compilation
|
||||
|
||||
Revision 1.40 2005/04/24 21:03:16 peter
|
||||
* always use exceptions to stop the compiler
|
||||
- remove stop, do_stop
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user