Explorar o código

* corrected define protecting fpc_chararray_Currency compilerproc
introduced in r18836

git-svn-id: branches/jvmbackend@18884 -

Jonas Maebe %!s(int64=14) %!d(string=hai) anos
pai
achega
49817c9a0e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      rtl/inc/sstrings.inc

+ 2 - 1
rtl/inc/sstrings.inc

@@ -926,7 +926,8 @@ begin
 end;
 
 
-{$ifdef FPC_HAS_STR_CURRENCY}
+{$ifndef FPC_HAS_CHARARRAY_CURRENCY}
+{$define FPC_HAS_CHARARRAY_CURRENCY}
 procedure fpc_chararray_Currency(c : Currency;len,fr : SizeInt;out a : array of char);compilerproc;
 var
   ss : shortstring;