s/bool/LLVMBool/
authorBill Wendling <isanbard@gmail.com>
Thu, 14 Feb 2013 19:39:14 +0000 (19:39 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 14 Feb 2013 19:39:14 +0000 (19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175203 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Core.h

index 4ee4392662b4ad0cb0559acf716d1d3d3c969775..c2445cd07049f5601af730053064ccfc23cfc936 100644 (file)
@@ -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);