diff options
Diffstat (limited to '')
-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_. |