Browse Source

- removed useless 'far;' declaration

git-svn-id: trunk@38724 -
nickysn 7 năm trước cách đây
mục cha
commit
ef341e4b1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;