Changeset 14321 for trunk/libtransmission/tr-lpd.h
- Timestamp:
- Jul 8, 2014, 12:15:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tr-lpd.h
r13625 r14321 47 47 48 48 /** 49 * @def STATIC_ASSERT50 * @brief This helper allows to perform static checks at compile time */51 #define STATIC_ASSERT(x) { const char static_check[ ((x) ? 1 : -1)] UNUSED; }52 53 /**54 49 * @} */ 55 50
Note: See TracChangeset
for help on using the changeset viewer.