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

(-)libast.h (+1 lines)
Lines 337-342 Link Here
337
        /* fill l with c. */ \
337
        /* fill l with c. */ \
338
        l = (c) | (c)<<8; \
338
        l = (c) | (c)<<8; \
339
        l |= l<<16; \
339
        l |= l<<16; \
340
        l |= l<<32; \
340
        MEMSET_LONG(); \
341
        MEMSET_LONG(); \
341
 \
342
 \
342
        /* fill in 1-byte chunks until boundary of long is reached. */ \
343
        /* fill in 1-byte chunks until boundary of long is reached. */ \

Return to bug 52634