Re: Lack of PR_UINT64 macro - for portable 64-bit unsigned int literals.

Nelson Bolyard <[email protected]> Wed, 16 Sep 2009 20:31:26 -0700
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <[email protected]>
On 2009-09-16 03:00 , Andreev Konstantin wrote:
> Hello.

Hello.  Welcome.
A quick question for you.  In some places, your name appears as
Andreev Konstantin and in other places it appears as
Konstantin Andreev.  By which name would you prefer to be hailed?

[snip]
> Could NSPR developers, please, add PR_UINT64 macros into the rtypes.h:
> 
>    #define PR_UINT64(x) x ## UL
>    #define PR_UINT64(x) x ## ui64
>    #define PR_UINT64(x) x ## ULL
> 
> and LL_UINIT macros into the prlong.h ?

In this email, you have some very specific suggestions that I think could
well be accepted into the NSPR source code.  Please register your email
address in Mozilla's bug tracking system bugzilla.mozilla.org and file a
"bug" there, product NSPR, severity: enhancement, and include the text of
your original email proposal.

Our policies and procedures require us to have a bug on file for every
change we make, and you can help accelerate the process by filing the bug.

Thanks and regards,
/Nelson Bolyard