[PATCH][libclang] python bindings - oneliner fix to rettype of getSizeOf
Argyrios Kyrtzidis
akyrtzi at gmail.com
Tue Sep 24 17:18:27 PDT 2013
Committed in r191346.
On Sep 15, 2013, at 4:29 PM, Loïc Jaquemet <loic.jaquemet at gmail.com> wrote:
> --- a/bindings/python/clang/cindex.py
> +++ b/bindings/python/clang/cindex.py
> @@ -3127,7 +3127,7 @@ functionList = [
>
> ("clang_Type_getSizeOf",
> [Type],
> - c_ulonglong),
> + c_longlong),
> ]
>
> class LibclangError(Exception):
>
> --
> Loïc Jaquemet
> <python-fixes-getsizeof-rettype>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list