Should poppler use autoconf AC_TYPE_LONG_LONG_INT and 
AC_TYPE_UNSIGNED_LONG_LONG_INT to check that the compiler supports long long 
and unsigned long long?
William

> From: [email protected]
> To: [email protected]
> Date: Wed, 9 Mar 2016 23:42:27 +0530
> CC: [email protected]
> Subject: [poppler] [PATCH 1/4] SHA-384,       SHA-512 hash functions strictly 
> require 64-bit words.
> 
> ---
>  goo/gtypes.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/goo/gtypes.h b/goo/gtypes.h
> index a8d4519..bd6e06c 100644
> --- a/goo/gtypes.h
> +++ b/goo/gtypes.h
> @@ -48,5 +48,5 @@ typedef unsigned short Gushort;
>  typedef unsigned int Guint;
>  typedef unsigned long Gulong;
>  typedef long long Goffset;
> -
> +typedef unsigned long long Guoffset;
>  #endif
> -- 
> 2.7.2

                                          
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to