statement macro

This was SVN commit r120.
This commit is contained in:
Simon Brenner 2003-11-30 15:20:27 +00:00
parent 83fc143815
commit 0368ed3566

View File

@ -50,6 +50,7 @@
pthread_mutex_unlock(&mutex); \
}
#define STMT(_code) do { _code ; } while (0)
template<bool>
struct cassert_checker