Explorar o código

Merged revisions 3946 via svnmerge from
http://[email protected]/svn/fpc/trunk

........
r3946 | marco | 2006-06-25 20:36:12 +0200 (Sun, 25 Jun 2006) | 1 line

* iocheck for closefile
........

git-svn-id: branches/fixes_2_0@3960 -

peter %!s(int64=19) %!d(string=hai) anos
pai
achega
6156805ad1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rtl/objpas/objpas.pp

+ 2 - 2
rtl/objpas/objpas.pp

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