* fixed compilation

This commit is contained in:
florian 2005-04-24 21:37:16 +00:00
parent 1376258f03
commit bd10600a3b

View File

@ -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