aboutsummaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'manual.txt')
-rw-r--r--manual.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual.txt b/manual.txt
index eacd2c7..d7c916a 100644
--- a/manual.txt
+++ b/manual.txt
@@ -120,7 +120,8 @@ DISABLE_INVALID_NUMBERS:: Recommended on platforms where ++strtod++(3) /
120 ++sprintf++(3) are not POSIX compliant (Eg, Windows MinGW). Prevents 120 ++sprintf++(3) are not POSIX compliant (Eg, Windows MinGW). Prevents
121 +cjson.encode_invalid_numbers+ and +cjson.decode_invalid_numbers+ 121 +cjson.encode_invalid_numbers+ and +cjson.decode_invalid_numbers+
122 from being enabled. However, +cjson.encode_invalid_numbers+ may be 122 from being enabled. However, +cjson.encode_invalid_numbers+ may be
123 set to +"null"+. 123 set to +"null"+. This option is unnecessary and is ignored when
124 using built-in floating point conversion.
124 125
125 126
126Built-in dtoa() support 127Built-in dtoa() support