pull/201/head
PenutChen 2 years ago committed by GitHub
parent 3c4ee26dbb
commit 5f77b2f524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      parson.c

@ -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

Loading…
Cancel
Save