From 309298955a6cfa3020ef932a1df47d8965f8fea5 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Sun, 30 Dec 2007 17:48:11 +0000 Subject: Remove some lines that are nonportable to Ocaml 3.06. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45451 91177308-0d34-0410-b5e6-96231b3b80d8 --- bindings/ocaml/bitreader/bitreader_ocaml.c | 1 - bindings/ocaml/executionengine/executionengine_ocaml.c | 1 - bindings/ocaml/llvm/llvm_ocaml.c | 1 - 3 files changed, 3 deletions(-) (limited to 'bindings') diff --git a/bindings/ocaml/bitreader/bitreader_ocaml.c b/bindings/ocaml/bitreader/bitreader_ocaml.c index 497631c6c4..b154f68d60 100644 --- a/bindings/ocaml/bitreader/bitreader_ocaml.c +++ b/bindings/ocaml/bitreader/bitreader_ocaml.c @@ -37,7 +37,6 @@ static void llvm_raise(value Prototype, char *Message) { raise_with_arg(Prototype, CamlMessage); abort(); /* NOTREACHED */ - CAMLnoreturn; } diff --git a/bindings/ocaml/executionengine/executionengine_ocaml.c b/bindings/ocaml/executionengine/executionengine_ocaml.c index a7b455c90b..58d7d5a77f 100644 --- a/bindings/ocaml/executionengine/executionengine_ocaml.c +++ b/bindings/ocaml/executionengine/executionengine_ocaml.c @@ -43,7 +43,6 @@ static void llvm_raise(value Prototype, char *Message) { raise_with_arg(Prototype, CamlMessage); abort(); /* NOTREACHED */ - CAMLnoreturn; } diff --git a/bindings/ocaml/llvm/llvm_ocaml.c b/bindings/ocaml/llvm/llvm_ocaml.c index b2ab03b424..5c8767543f 100644 --- a/bindings/ocaml/llvm/llvm_ocaml.c +++ b/bindings/ocaml/llvm/llvm_ocaml.c @@ -45,7 +45,6 @@ static void llvm_raise(value Prototype, char *Message) { raise_with_arg(Prototype, CamlMessage); abort(); /* NOTREACHED */ - CAMLnoreturn; } -- cgit v1.2.3