This commit is contained in:
PenutChen 2023-03-07 14:02:25 +08:00 committed by GitHub
parent 3c4ee26dbb
commit 5f77b2f524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@
#define MAX_NESTING 2048
#ifndef PARSON_DEFAULT_FLOAT_FORMAT
#define PARSON_DEFAULT_FLOAT_FORMAT "%1.17g" /* do not increase precision without incresing NUM_BUF_SIZE */
#define PARSON_DEFAULT_FLOAT_FORMAT "%1.17g" /* do not increase precision without increasing NUM_BUF_SIZE */
#endif
#ifndef PARSON_NUM_BUF_SIZE