Fix return type of isBitfield in the binding definition

Patch by Loïc Jaquemet.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dmitri Gribenko 2013-04-21 18:35:51 +00:00
Родитель c7e2a4e08a
Коммит 52bb2a0636
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3075,7 +3075,7 @@ functionList = [
("clang_Cursor_isBitField",
[Cursor],
c_long),
bool),
("clang_Type_getAlignOf",
[Type],