aboutsummaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual.txt b/manual.txt
index 8ca4778..eacd2c7 100644
--- a/manual.txt
+++ b/manual.txt
@@ -133,7 +133,7 @@ converting data number heavy data. However, this option reduces
133portability and is disabled by default. 133portability and is disabled by default.
134 134
135[horizontal] 135[horizontal]
136USE_INTERNAL_DTOA:: Enable internal number conversion routines. 136USE_INTERNAL_FPCONV:: Enable internal number conversion routines.
137IEEE_BIG_ENDIAN:: Must be set on big endian architectures. 137IEEE_BIG_ENDIAN:: Must be set on big endian architectures.
138MULTIPLE_THREADS:: Must be set when Lua CJSON may be used in a 138MULTIPLE_THREADS:: Must be set when Lua CJSON may be used in a
139 multi-threaded application. Requries _pthreads_. 139 multi-threaded application. Requries _pthreads_.