Bug 1350291, uplift NSPR_4_15_BETA2, r=franziskus

This commit is contained in:
Kai Engert 2017-05-10 17:36:58 +02:00
parent 3726b7b0a1
commit cfffe44f41
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
NSPR_4_15_BETA1
NSPR_4_15_BETA2

View File

@ -10,3 +10,4 @@
*/
#error "Do not include this header file."

View File

@ -231,7 +231,7 @@ PR_BEGIN_EXTERN_C
** to use <stdint.h>. A patch to do that is in NSPR bug 634793.
*/
#if defined(__APPLE__) || defined(__ANDROID__) || defined(__OpenBSD__)
#if defined(__APPLE__) || defined(__OpenBSD__)
#define PR_ALTERNATE_INT64_TYPEDEF
#endif