aboutsummaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-21 12:53:08 +1030
committerMark Pulford <mark@kyne.com.au>2012-03-04 18:54:35 +1030
commita05c5153ad6b4082de209ed1154034ccd3b68326 (patch)
tree9a23ca488571138c885dac0a27aa4604656a4332 /manual.txt
parent1a5473c323230a830bfb8f353b73f1a3168cf9f5 (diff)
downloadlua-cjson-a05c5153ad6b4082de209ed1154034ccd3b68326.tar.gz
lua-cjson-a05c5153ad6b4082de209ed1154034ccd3b68326.tar.bz2
lua-cjson-a05c5153ad6b4082de209ed1154034ccd3b68326.zip
Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONV
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
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_.