mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 17:32:36 +00:00
Remove some lines that are nonportable to Ocaml 3.06.
llvm-svn: 45451
This commit is contained in:
parent
8082358f86
commit
28347a471e
@ -37,7 +37,6 @@ static void llvm_raise(value Prototype, char *Message) {
|
|||||||
|
|
||||||
raise_with_arg(Prototype, CamlMessage);
|
raise_with_arg(Prototype, CamlMessage);
|
||||||
abort(); /* NOTREACHED */
|
abort(); /* NOTREACHED */
|
||||||
CAMLnoreturn;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,7 +43,6 @@ static void llvm_raise(value Prototype, char *Message) {
|
|||||||
|
|
||||||
raise_with_arg(Prototype, CamlMessage);
|
raise_with_arg(Prototype, CamlMessage);
|
||||||
abort(); /* NOTREACHED */
|
abort(); /* NOTREACHED */
|
||||||
CAMLnoreturn;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,7 +45,6 @@ static void llvm_raise(value Prototype, char *Message) {
|
|||||||
|
|
||||||
raise_with_arg(Prototype, CamlMessage);
|
raise_with_arg(Prototype, CamlMessage);
|
||||||
abort(); /* NOTREACHED */
|
abort(); /* NOTREACHED */
|
||||||
CAMLnoreturn;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user