summaryrefslogtreecommitdiffstats
path: root/polly/lib/JSON/include
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2011-04-30 02:30:58 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2011-04-30 02:30:58 +0000
commit986fee0055e2eb5f0c56604e694fd2a6a808e404 (patch)
tree4e683685e65339362de5916d74f009d784210d34 /polly/lib/JSON/include
parentc8c7945a40fb6016dfaf30e20d8f85e146196f8b (diff)
downloadbcm5719-llvm-986fee0055e2eb5f0c56604e694fd2a6a808e404.tar.gz
bcm5719-llvm-986fee0055e2eb5f0c56604e694fd2a6a808e404.zip
JSON: Disable exception in JSON library, because exception is disable by by default.
llvm-svn: 130574
Diffstat (limited to 'polly/lib/JSON/include')
-rw-r--r--polly/lib/JSON/include/json/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/JSON/include/json/config.h b/polly/lib/JSON/include/json/config.h
index 5d334cbc5e6..b6dde91635b 100644
--- a/polly/lib/JSON/include/json/config.h
+++ b/polly/lib/JSON/include/json/config.h
@@ -21,7 +21,7 @@
/// If defined, indicates that Json use exception to report invalid type manipulation
/// instead of C assert macro.
-# define JSON_USE_EXCEPTION 1
+# define JSON_USE_EXCEPTION 0
# ifdef JSON_IN_CPPTL
# include <cpptl/config.h>
OpenPOWER on IntegriCloud