JSON: Disable exception in JSON library, because exception is disable by by default.

llvm-svn: 130574
This commit is contained in:
Hongbin Zheng 2011-04-30 02:30:58 +00:00
parent c8c7945a40
commit 986fee0055

View File

@ -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>