Changeset 28241 for trunk/Ohana/src/libautocode/def/common.h
- Timestamp:
- Jun 6, 2010, 4:06:31 PM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libautocode/def/common.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/czw_branch/20100427/Ohana merged eligible /branches/eam_branches/Ohana.20100606 merged eligible /branches/haf_branches/ipp.20100512/Ohana merged eligible /branches/pap/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libautocode/def/common.h
r20936 r28241 22 22 tmp = byte[X+3]; byte[X+3] = byte[X+4]; byte[X+4] = tmp; 23 23 24 # ifdef linux 25 # define BYTE_SWAP 24 # ifndef BYTE_SWAP 25 # ifndef NOT_BYTE_SWAP 26 # error "neither BYTE_SWAP not NOT_BYTE_SWAP is set" 26 27 # endif 27 28 # ifdef darwin_x8629 # define BYTE_SWAP30 # endif31 32 # ifdef sid33 # define BYTE_SWAP34 # endif35 36 # ifdef dec37 # define BYTE_SWAP38 28 # endif 39 29
Note:
See TracChangeset
for help on using the changeset viewer.
