Explorar el Código

- removed useless 'far;' declaration

git-svn-id: trunk@38724 -
nickysn hace 7 años
padre
commit
ef341e4b1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;