permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / assert.c
CommitLineData
91eba41f
C
1xfs_dir2_data_free_t *
2xfs_dir2_data_freefind(
3 xfs_dir2_data_t *d, /* data block */
4 xfs_dir2_data_unused_t *dup) /* data unused entry */
5{
6 if (off < be16_to_cpu(dfp->offset))
7 ASSERT(off + be16_to_cpu(dup->length) <= be16_to_cpu(dfp->offset));
8 else
9 ASSERT(be16_to_cpu(dfp->offset) + be16_to_cpu(dfp->length) <= off);
10}