Changeset 406 for trunk/thune/urlan.h
- Timestamp:
- 06/07/07 15:58:20 (18 months ago)
- Files:
-
- 1 modified
-
trunk/thune/urlan.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/urlan.h
r375 r406 660 660 #define ur_type(c) (c)->id.type 661 661 #ifdef __BIG_ENDIAN__ 662 #define ur_initType(c,t) *((uint32_t*) (c)) = t<< 24662 #define ur_initType(c,t) *((uint32_t*) (c)) = (t) << 24 663 663 #else 664 664 #define ur_initType(c,t) *((uint32_t*) (c)) = t
