summaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-22 11:54:47 +1030
committerMark Pulford <mark@kyne.com.au>2012-03-04 18:54:36 +1030
commit910a28718325193a439bfc92225755776ff559d0 (patch)
tree7f8ef7eea1f4d3e88ab80f1b8ce397cde8de3bcd /manual.txt
parentcbea0e4258c2033dd1cf3c2003f800a83f75db40 (diff)
downloadlua-cjson-910a28718325193a439bfc92225755776ff559d0.tar.gz
lua-cjson-910a28718325193a439bfc92225755776ff559d0.tar.bz2
lua-cjson-910a28718325193a439bfc92225755776ff559d0.zip
Remove ENABLE_CJSON_GLOBAL option
Remove ENABLE_CJSON_GLOBAL option since it is not recommended or necessary and doesn't need to be discussed in the manual.
Diffstat (limited to 'manual.txt')
-rw-r--r--manual.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/manual.txt b/manual.txt
index f46117e..addde14 100644
--- a/manual.txt
+++ b/manual.txt
@@ -138,8 +138,6 @@ issues, and enable non-default features. Some build methods may
138automatically set platform specific options if required. Other features 138automatically set platform specific options if required. Other features
139should be enabled manually. 139should be enabled manually.
140 140
141ENABLE_CJSON_GLOBAL:: Register +cjson+ module table as a global variable
142 (not recommended).
143USE_INTERNAL_ISINF:: Workaround for Solaris platforms missing +isinf+. 141USE_INTERNAL_ISINF:: Workaround for Solaris platforms missing +isinf+.
144DISABLE_INVALID_NUMBERS:: Recommended on platforms where +strtod+ / 142DISABLE_INVALID_NUMBERS:: Recommended on platforms where +strtod+ /
145 +sprintf+ are not POSIX compliant (eg, Windows MinGW). Prevents 143 +sprintf+ are not POSIX compliant (eg, Windows MinGW). Prevents