forked from OSchip/llvm-project
Remove some lines that are nonportable to Ocaml 3.06.
llvm-svn: 45451
This commit is contained in:
parent
4a4d73519e
commit
8100a225c0
|
@ -37,7 +37,6 @@ static void llvm_raise(value Prototype, char *Message) {
|
|||
|
||||
raise_with_arg(Prototype, CamlMessage);
|
||||
abort(); /* NOTREACHED */
|
||||
CAMLnoreturn;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@ static void llvm_raise(value Prototype, char *Message) {
|
|||
|
||||
raise_with_arg(Prototype, CamlMessage);
|
||||
abort(); /* NOTREACHED */
|
||||
CAMLnoreturn;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ static void llvm_raise(value Prototype, char *Message) {
|
|||
|
||||
raise_with_arg(Prototype, CamlMessage);
|
||||
abort(); /* NOTREACHED */
|
||||
CAMLnoreturn;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue