From 296756a2b542f99dff470a70040e97469530ee3c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 14 Feb 2013 19:39:14 +0000 Subject: [PATCH] s/bool/LLVMBool/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175203 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1