* corrected define protecting fpc_chararray_Currency compilerproc

introduced in r18836

git-svn-id: branches/jvmbackend@18884 -
This commit is contained in:
Jonas Maebe 2011-08-28 19:22:33 +00:00
parent 7c56dbee12
commit 49817c9a0e

View File

@ -926,7 +926,8 @@ begin
end; 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; procedure fpc_chararray_Currency(c : Currency;len,fr : SizeInt;out a : array of char);compilerproc;
var var
ss : shortstring; ss : shortstring;