mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:29:24 +02:00
* Fix for 3.0 compilation
git-svn-id: trunk@38665 -
This commit is contained in:
parent
add418db0e
commit
9f814c82ba
@ -65,7 +65,7 @@ resourcestring
|
|||||||
SErrInvalidJSONAtPath = 'Invalid JSON at Path. Need Array or Object';
|
SErrInvalidJSONAtPath = 'Invalid JSON at Path. Need Array or Object';
|
||||||
SErrInvalidPath = 'Path "%s" is not valid';
|
SErrInvalidPath = 'Path "%s" is not valid';
|
||||||
|
|
||||||
{$if FPC_FULLVERSION<30000}
|
{$if FPC_FULLVERSION<=30000}
|
||||||
Const
|
Const
|
||||||
StructuredJSONTypes = [jtArray,jtObject];
|
StructuredJSONTypes = [jtArray,jtObject];
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user