Really default JSON_GLOBAL_UDLS to 1

This commit is contained in:
Florian Albrechtskirchinger 2022-08-01 18:56:22 +02:00
parent 871e92d888
commit 3a874fb5f0
No known key found for this signature in database
GPG Key ID: 19618CE9B2D4BE6D
2 changed files with 2 additions and 2 deletions

View File

@ -464,5 +464,5 @@
#endif
#ifndef JSON_USE_GLOBAL_UDLS
#define JSON_USE_GLOBAL_UDLS 0
#define JSON_USE_GLOBAL_UDLS 1
#endif

View File

@ -2793,7 +2793,7 @@ JSON_HEDLEY_DIAGNOSTIC_POP
#endif
#ifndef JSON_USE_GLOBAL_UDLS
#define JSON_USE_GLOBAL_UDLS 0
#define JSON_USE_GLOBAL_UDLS 1
#endif
#if JSON_HAS_THREE_WAY_COMPARISON