ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.h
(Generate patch)

Comparing libecb/ecb.h (file contents):
Revision 1.112 by root, Wed Sep 26 19:00:38 2012 UTC vs.
Revision 1.113 by root, Mon Oct 8 15:43:13 2012 UTC

492#if __i386 || __i386__ || _M_X86 || __amd64 || __amd64__ || _M_X64 492#if __i386 || __i386__ || _M_X86 || __amd64 || __amd64__ || _M_X64
493 return 0x44; 493 return 0x44;
494#elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ 494#elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
495 return 0x44; 495 return 0x44;
496#elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ 496#elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
497 retrurn 0x11; 497 return 0x11;
498#else 498#else
499 union 499 union
500 { 500 {
501 uint32_t i; 501 uint32_t i;
502 uint8_t c; 502 uint8_t c;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines