[libclang] python: fix return type of clang_Type_getSizeOf().

Patch by Loïc Jaquemet!

llvm-svn: 191346
This commit is contained in:
Argyrios Kyrtzidis 2013-09-25 00:14:43 +00:00
parent 16834f1cf9
commit 18d37b539e
1 changed files with 1 additions and 1 deletions

View File

@ -3128,7 +3128,7 @@ functionList = [
("clang_Type_getSizeOf",
[Type],
c_ulonglong),
c_longlong),
]
class LibclangError(Exception):