Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'manual.txt')
-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
portability and is disabled by default.
[horizontal]
-USE_INTERNAL_DTOA:: Enable internal number conversion routines.
+USE_INTERNAL_FPCONV:: Enable internal number conversion routines.
IEEE_BIG_ENDIAN:: Must be set on big endian architectures.
MULTIPLE_THREADS:: Must be set when Lua CJSON may be used in a
multi-threaded application. Requries _pthreads_.