Changeset 406 for branches/thune
- Timestamp:
- 06/07/07 15:58:20 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/urlan.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/urlan.h
r405 r406 653 653 #define ur_type(c) (c)->id.type 654 654 #ifdef __BIG_ENDIAN__ 655 #define ur_initType(c,t) *((uint32_t*) (c)) = t<< 24655 #define ur_initType(c,t) *((uint32_t*) (c)) = (t) << 24 656 656 #else 657 657 #define ur_initType(c,t) *((uint32_t*) (c)) = t
