Committed in r191346.

On Sep 15, 2013, at 4:29 PM, Loïc Jaquemet <[email protected]> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to