aboutsummaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'manual.txt')
-rw-r--r--manual.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/manual.txt b/manual.txt
index 2917339..a3e12cf 100644
--- a/manual.txt
+++ b/manual.txt
@@ -47,20 +47,6 @@ LuaRocks:: Unix, Windows
47Build options (#define) 47Build options (#define)
48~~~~~~~~~~~~~~~~~~~~~~~ 48~~~~~~~~~~~~~~~~~~~~~~~
49 49
50Lua CJSON uses +strtod+(3) and +snprintf+(3) to perform numeric
51conversion as they are usually well supported, fast and bug free. Lua
52CJSON may optionally be compiled with (only) one of the following
53preprocessor macros to support locales with comma decimal separators:
54
55[horizontal]
56USE_POSIX_USELOCALE:: Thread safe. Supported by Linux and Mac OSX.
57Recommended where available.
58
59USE_POSIX_SETLOCALE:: Use only with single threaded programs.
60Works on all ANSI C platforms.
61
62Also available:
63
64[horizontal] 50[horizontal]
65USE_INTERNAL_ISINF:: Workaround for Solaris platforms missing isinf(). 51USE_INTERNAL_ISINF:: Workaround for Solaris platforms missing isinf().
66 52