* iocheck for closefile

git-svn-id: trunk@3946 -
This commit is contained in:
marco 2006-06-25 18:36:12 +00:00
parent bf1e95e024
commit fe43dc6266

View File

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