Fix return type of isBitfield in the binding definition

Patch by Loïc Jaquemet.

llvm-svn: 179984
This commit is contained in:
Dmitri Gribenko 2013-04-21 18:35:51 +00:00
parent cda1028a39
commit 2dbe8f94a9

View File

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