mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:29:25 +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';
|
||||
SErrInvalidPath = 'Path "%s" is not valid';
|
||||
|
||||
{$if FPC_FULLVERSION<30000}
|
||||
{$if FPC_FULLVERSION<=30000}
|
||||
Const
|
||||
StructuredJSONTypes = [jtArray,jtObject];
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user