2
0
Эх сурвалжийг харах

* fix for oldbugid 4365 new id 6279
closefile no longer under {dollar I-}

git-svn-id: trunk@3937 -

marco 19 жил өмнө
parent
commit
0f53f299f1

+ 1 - 5
rtl/objpas/objpas.pp

@@ -124,9 +124,7 @@ Procedure CloseFile(Var f:File);
 
 
 begin
 begin
   { Catch Runtime error/Exception }
   { Catch Runtime error/Exception }
-  {$I+}
   System.Close(f);
   System.Close(f);
-  {$I-}
 end;
 end;
 
 
 { Text file support }
 { Text file support }
@@ -153,12 +151,10 @@ Procedure CloseFile(Var t:Text);
 
 
 begin
 begin
   { Catch Runtime error/Exception }
   { Catch Runtime error/Exception }
-  {$I+}
   System.Close(T);
   System.Close(T);
-  {$I-}
 end;
 end;
 
 
-{ Typed file supoort }
+{ Typed file support }
 
 
 Procedure AssignFile(Var f:TypedFile;const Name:string);
 Procedure AssignFile(Var f:TypedFile;const Name:string);