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

* iocheck for closefile

git-svn-id: trunk@3946 -
marco 19 жил өмнө
parent
commit
fe43dc6266

+ 2 - 2
rtl/objpas/objpas.pp

@@ -120,7 +120,7 @@ begin
   System.Assign (F,C);
   System.Assign (F,C);
 end;
 end;
 
 
-Procedure CloseFile(Var f:File);
+Procedure CloseFile(Var f:File); [IOCheck];
 
 
 begin
 begin
   { Catch Runtime error/Exception }
   { Catch Runtime error/Exception }
@@ -147,7 +147,7 @@ begin
   System.Assign (T,C);
   System.Assign (T,C);
 end;
 end;
 
 
-Procedure CloseFile(Var t:Text);
+Procedure CloseFile(Var t:Text); [IOCheck];
 
 
 begin
 begin
   { Catch Runtime error/Exception }
   { Catch Runtime error/Exception }