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