Ver código fonte

* fixed compilation

florian 20 anos atrás
pai
commit
bd10600a3b
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      ide/fpcompil.pas

+ 5 - 2
ide/fpcompil.pas

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