From: Bill Wendling Date: Thu, 14 Feb 2013 19:39:14 +0000 (+0000) Subject: s/bool/LLVMBool/ X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=296756a2b542f99dff470a70040e97469530ee3c;p=oota-llvm.git s/bool/LLVMBool/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175203 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 4ee4392662b..c2445cd0704 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -2551,7 +2551,7 @@ LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf, LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(const char *InputData, size_t InputDataLength, const char *BufferName, - bool RequiresNullTerminator); + LLVMBool RequiresNullTerminator); LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(const char *InputData, size_t InputDataLength, const char *BufferName);