mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
JSON: Disable exception in JSON library, because exception is disable by by default.
llvm-svn: 130574
This commit is contained in:
parent
c8c7945a40
commit
986fee0055
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user