433f3c4b5e
That's the first release following the new fast scheme of one major release every 6 weeks.. Check out http://www.mozilla.com/en-US/firefox/5.0/releasenotes/ for release notes. Note that it's still badly broken on sparc64, and unlikely to be fixed soon... you still have www/firefox36. Tested by (at least, probably forgetting some..) rpointel@, pea@, ckuethe@ and myself on amd64, bluhm@ on i386 and ajacoutot@ on macppc (thanks!) ok rpointel@
14 lines
512 B
Plaintext
14 lines
512 B
Plaintext
$OpenBSD: patch-js_src_jsval_h,v 1.3 2011/06/28 05:43:57 landry Exp $
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=599764
|
|
--- js/src/jsval.h.orig Fri Jun 3 10:44:49 2011
|
|
+++ js/src/jsval.h Fri Jun 3 10:45:23 2011
|
|
@@ -823,7 +823,7 @@ extern "C++"
|
|
#else /* defined(JS_USE_JSVAL_JSID_STRUCT_TYPES) */
|
|
|
|
/* Use different primitive types so overloading works. */
|
|
-typedef JSVAL_ALIGNMENT uint64 jsval;
|
|
+typedef JSVAL_ALIGNMENT uint64_t jsval;
|
|
typedef ptrdiff_t jsid;
|
|
|
|
/* Internal helper macros */
|