diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-22 11:54:47 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:36 +1030 |
commit | 910a28718325193a439bfc92225755776ff559d0 (patch) | |
tree | 7f8ef7eea1f4d3e88ab80f1b8ce397cde8de3bcd /Makefile | |
parent | cbea0e4258c2033dd1cf3c2003f800a83f75db40 (diff) | |
download | lua-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 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ | |||
1 | ##### Available defines for CJSON_CFLAGS ##### | 1 | ##### Available defines for CJSON_CFLAGS ##### |
2 | ## | 2 | ## |
3 | ## ENABLE_CJSON_GLOBAL: Register "cjson" module table as a global variable. | ||
4 | ## USE_INTERNAL_ISINF: Workaround for Solaris platforms missing isinf(). | 3 | ## USE_INTERNAL_ISINF: Workaround for Solaris platforms missing isinf(). |
5 | ## DISABLE_INVALID_NUMBERS: Permanently disable invalid JSON numbers: | 4 | ## DISABLE_INVALID_NUMBERS: Permanently disable invalid JSON numbers: |
6 | ## NaN, Infinity, hex. | 5 | ## NaN, Infinity, hex. |