diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-21 12:53:08 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:35 +1030 |
commit | a05c5153ad6b4082de209ed1154034ccd3b68326 (patch) | |
tree | 9a23ca488571138c885dac0a27aa4604656a4332 /manual.txt | |
parent | 1a5473c323230a830bfb8f353b73f1a3168cf9f5 (diff) | |
download | lua-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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ converting data number heavy data. However, this option reduces | |||
133 | portability and is disabled by default. | 133 | portability and is disabled by default. |
134 | 134 | ||
135 | [horizontal] | 135 | [horizontal] |
136 | USE_INTERNAL_DTOA:: Enable internal number conversion routines. | 136 | USE_INTERNAL_FPCONV:: Enable internal number conversion routines. |
137 | IEEE_BIG_ENDIAN:: Must be set on big endian architectures. | 137 | IEEE_BIG_ENDIAN:: Must be set on big endian architectures. |
138 | MULTIPLE_THREADS:: Must be set when Lua CJSON may be used in a | 138 | MULTIPLE_THREADS:: Must be set when Lua CJSON may be used in a |
139 | multi-threaded application. Requries _pthreads_. | 139 | multi-threaded application. Requries _pthreads_. |