mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 03:42:19 +02:00
- removed useless 'far;' declaration
git-svn-id: trunk@38724 -
This commit is contained in:
parent
b21462d3b1
commit
ef341e4b1c
@ -214,7 +214,7 @@ const
|
||||
|
||||
|
||||
{===Helper routines==================================================}
|
||||
function SystemUpcase(aCh : AnsiChar) : AnsiChar; far;
|
||||
function SystemUpcase(aCh : AnsiChar) : AnsiChar;
|
||||
begin
|
||||
Result := System.Upcase(aCh);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user