char16_t in Mozilla code

2013-10-17 Thread Ehsan Akhgari
I landed bug 895047 last night which makes the following changes: 1. It makes the char16_t type globally available across the tree. 2. It defines PRUnichar and jschar to be char16_t. These changes do not affect NSPR and NSS, but the char16_t type is ABI compatible with the PRUnichar type used in

Re: char16_t in Mozilla code

2013-10-17 Thread Nicholas Nethercote
On Thu, Oct 17, 2013 at 5:58 AM, Ehsan Akhgari ehsan.akhg...@gmail.com wrote: I landed bug 895047 last night which makes the following changes: 1. It makes the char16_t type globally available across the tree. 2. It defines PRUnichar and jschar to be char16_t. Nice! Replacing crusty old