mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 07:33:18 +00:00
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
This commit is contained in:
parent
dc2c07a7cf
commit
309298955a
@ -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