From 910a28718325193a439bfc92225755776ff559d0 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sun, 22 Jan 2012 11:54:47 +1030 Subject: 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf06d73..931a2a3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ ##### Available defines for CJSON_CFLAGS ##### ## -## ENABLE_CJSON_GLOBAL: Register "cjson" module table as a global variable. ## USE_INTERNAL_ISINF: Workaround for Solaris platforms missing isinf(). ## DISABLE_INVALID_NUMBERS: Permanently disable invalid JSON numbers: ## NaN, Infinity, hex. -- cgit v1.2.3-55-g6feb