From 51c49960a52daa7d8e6e5b26618b1bc0d9db35ad Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 9 Jan 2010 23:25:21 +0000 Subject: [PATCH] hopefully unbreak the ocaml bindings. llvm-svn: 93082 --- llvm/include/llvm-c/Target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm-c/Target.h b/llvm/include/llvm-c/Target.h index 5c85a479809d..e705a9989694 100644 --- a/llvm/include/llvm-c/Target.h +++ b/llvm/include/llvm-c/Target.h @@ -96,7 +96,7 @@ char *LLVMCopyStringRepOfTargetData(LLVMTargetDataRef); /** Returns the byte order of a target, either LLVMBigEndian or LLVMLittleEndian. See the method llvm::TargetData::isLittleEndian. */ -LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef); +enum LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef); /** Returns the pointer size in bytes for a target. See the method llvm::TargetData::getPointerSize. */