hopefully unbreak the ocaml bindings.
[oota-llvm.git] / include / llvm-c / Target.h
index 5c85a479809d9a6179ead6b11efcf1a65009e694..e705a99896945cb129819e586d61cfc95d90e030 100644 (file)
@@ -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. */