diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-14 19:39:14 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-14 19:39:14 +0000 |
commit | 296756a2b542f99dff470a70040e97469530ee3c (patch) | |
tree | 7da8276c013fb2c06ce45f274ab5b6acb8c031df /include/llvm-c | |
parent | 951d361c2861602d6c886b62318b60a0befee1ac (diff) |
s/bool/LLVMBool/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175203 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/Core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 4ee4392662..c2445cd070 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); |