mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 05:11:38 +02:00
* corrected define protecting fpc_chararray_Currency compilerproc
introduced in r18836 git-svn-id: branches/jvmbackend@18884 -
This commit is contained in:
parent
7c56dbee12
commit
49817c9a0e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user