mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 13:02:46 +02:00
* iocheck for closefile
git-svn-id: trunk@3946 -
This commit is contained in:
parent
bf1e95e024
commit
fe43dc6266
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user