mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 03:29:41 +02:00
Remove explicit far modifier to fix msdos compilation
git-svn-id: trunk@38765 -
This commit is contained in:
parent
b917533a9f
commit
1e1603425d
@ -303,7 +303,7 @@ var
|
||||
f: file;
|
||||
oldexit : codepointer;
|
||||
|
||||
procedure MyExit;far;
|
||||
procedure MyExit;
|
||||
begin
|
||||
ExitProc := OldExit;
|
||||
RmDir(TestDir);
|
||||
|
@ -14,7 +14,7 @@ const
|
||||
(* stream. Will Terminate executing program, as well as display info *)
|
||||
(* on the type of error encountered. *)
|
||||
(*************************************************************************)
|
||||
Procedure StreamErrorProcedure(Var S: TStream); FAR;
|
||||
Procedure StreamErrorProcedure(Var S: TStream);
|
||||
Begin
|
||||
If S.Status = StError then
|
||||
Begin
|
||||
|
@ -14,7 +14,7 @@ const
|
||||
(* stream. Will Terminate executing program, as well as display info *)
|
||||
(* on the type of error encountered. *)
|
||||
(*************************************************************************)
|
||||
Procedure StreamErrorProcedure(Var S: TStream); FAR;
|
||||
Procedure StreamErrorProcedure(Var S: TStream);
|
||||
Begin
|
||||
If S.Status = StError then
|
||||
Begin
|
||||
|
Loading…
Reference in New Issue
Block a user