aboutsummaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'manual.txt')
-rw-r--r--manual.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual.txt b/manual.txt
index 3417750..62485fd 100644
--- a/manual.txt
+++ b/manual.txt
@@ -113,9 +113,9 @@ Build Options (#define)
113~~~~~~~~~~~~~~~~~~~~~~~ 113~~~~~~~~~~~~~~~~~~~~~~~
114 114
115[horizontal] 115[horizontal]
116ENABLE_CJSON_GLOBAL:: Register +cjson+ module table as a global
117 variable (not recommended).
116USE_INTERNAL_ISINF:: Workaround for Solaris platforms missing ++isinf++(3). 118USE_INTERNAL_ISINF:: Workaround for Solaris platforms missing ++isinf++(3).
117DISABLE_CJSON_GLOBAL:: Do not store module table in global "cjson"
118 variable. Redundant from Lua 5.2 onwards.
119DISABLE_INVALID_NUMBERS:: Recommended on platforms where ++strtod++(3) / 119DISABLE_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+