Changeset 4987
- Timestamp:
- 10/21/07 23:27:07 (1 year ago)
- Files:
-
- WiredAdditions/trunk/WIMacros.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/WIMacros.h
r4833 r4987 27 27 */ 28 28 29 #define WIClamp(x, min, max) \ 30 (((x) > (max)) ? (max) : (((x) < (min)) ? (min) : (x))) 31 29 32 #define WIEncode(coder, var) \ 30 33 [coder encodeValueOfObjCType:@encode(typeof(var)) at:&(var)]
