Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 623392
Collapse All | Expand All

(-)js-1.8.5/js/src/jsval.h.orig (-3 / +3 lines)
Lines 344-352 Link Here
344
    } debugView;
344
    } debugView;
345
    struct {
345
    struct {
346
        union {
346
        union {
347
            int32          i32;
347
            struct { int32      pad1, i32; };
348
            uint32         u32;
348
            struct { uint32     pad2, u32; };
349
            JSWhyMagic     why;
349
            struct { JSWhyMagic pad3, why; };
350
            jsuword        word;
350
            jsuword        word;
351
        } payload;
351
        } payload;
352
    } s;
352
    } s;

Return to bug 623392