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