mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:49:25 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user