pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/37555: textproc/gsed



> From: David Holland <dholland-pbugs%NetBSD.org@localhost>
> To: solaris-pkg-people%NetBSD.org@localhost, 
> gnats-admin%NetBSD.org@localhost, 
pkgsrc-bugs%NetBSD.org@localhost, "Gilles Dauphin" <dauphin%enst.fr@localhost>
> Subject: Re: pkg/37555: textproc/gsed
> X-Gnats-Was-Stupid: no
> Cc: 
> Date: Sun,  6 Apr 2008 05:55:02 +0000 (UTC)
> 
> The following reply was made to PR pkg/37555; it has been noted by GNATS.
> 
> From: David Holland <dholland-pbugs%netbsd.org@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc: 
> Subject: Re: pkg/37555: textproc/gsed
> Date: Sun, 6 Apr 2008 05:52:47 +0000
> 
>   > regcomp.c:566:7: missing binary operator before token "("
>  
>  regcomp.c:566:#elif BITSET_WORD_MAX == 0xffffffffffffffffULL
>  regex_internal.h:138:#define BITSET_WORD_MAX ULONG_MAX
>  
>  How is ULONG_MAX defined?

[bi 203] grep ULONG_MAX /usr/include/*/*
/usr/include/iso/limits_iso.h:#define   ULONG_MAX       18446744073709551615UL
/usr/include/iso/limits_iso.h:#define   ULONG_MAX       4294967295UL    /* max 
value of "unsigned long int" */
/usr/include/sys/types.h:#define        ULONG_MAX       18446744073709551615UL
/usr/include/sys/types.h:#define        ULONG_MAX       4294967295UL    /* max 
of "unsigned long int" */

On Solaris10.
Gilles


>  
>  -- 
>  David A. Holland
>  dholland%netbsd.org@localhost
>  



Home | Main Index | Thread Index | Old Index