Browse Source

- removed useless 'far;' declaration

git-svn-id: trunk@38724 -
nickysn 7 years ago
parent
commit
ef341e4b1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/regexpr/src/regex.pp

+ 1 - 1
packages/regexpr/src/regex.pp

@@ -214,7 +214,7 @@ const
 
 
 {===Helper routines==================================================}
-function SystemUpcase(aCh : AnsiChar) : AnsiChar; far;
+function SystemUpcase(aCh : AnsiChar) : AnsiChar;
 begin
   Result := System.Upcase(aCh);
 end;