diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2012-09-02 14:42:56 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2012-09-02 14:42:56 +0000 |
commit | 4d00161e0a047e0a15842360a0a8653dc4f2ed53 (patch) | |
tree | 920ea4ab25d07d4cef5a2fbcdfb64d6a53021132 /bindings/ocaml/executionengine/executionengine_ocaml.c | |
parent | 2d892c5a72cf6941234f4d48e92b4973aa79721b (diff) | |
download | external_llvm-4d00161e0a047e0a15842360a0a8653dc4f2ed53.zip external_llvm-4d00161e0a047e0a15842360a0a8653dc4f2ed53.tar.gz external_llvm-4d00161e0a047e0a15842360a0a8653dc4f2ed53.tar.bz2 |
add support for ocaml 3.12
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/executionengine/executionengine_ocaml.c')
-rw-r--r-- | bindings/ocaml/executionengine/executionengine_ocaml.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/ocaml/executionengine/executionengine_ocaml.c b/bindings/ocaml/executionengine/executionengine_ocaml.c index 5b1e32e..02e0306 100644 --- a/bindings/ocaml/executionengine/executionengine_ocaml.c +++ b/bindings/ocaml/executionengine/executionengine_ocaml.c @@ -75,6 +75,9 @@ static struct custom_operations generic_value_ops = { custom_hash_default, custom_serialize_default, custom_deserialize_default +#ifdef custom_compare_ext_default + , custom_compare_ext_default +#endif }; static value alloc_generic_value(LLVMGenericValueRef Ref) { |