mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
fcl-json: fixed compile pas2js
This commit is contained in:
parent
f2ba814b9e
commit
1b7aefc11d
@ -803,8 +803,10 @@ implementation
|
|||||||
|
|
||||||
Uses typinfo;
|
Uses typinfo;
|
||||||
|
|
||||||
|
{$IFNDEF Pas2js}
|
||||||
const
|
const
|
||||||
HexDigits: array[0..15] of char = '0123456789ABCDEF';
|
HexDigits: array[0..15] of char = '0123456789ABCDEF';
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
Resourcestring
|
Resourcestring
|
||||||
SErrCannotConvertFromNull = 'Cannot convert data from Null value';
|
SErrCannotConvertFromNull = 'Cannot convert data from Null value';
|
||||||
|
Loading…
Reference in New Issue
Block a user