mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 18:59:59 -04:00
parent
84ff7fc059
commit
ee989df86f
1 changed files with 3 additions and 0 deletions
|
|
@ -56,14 +56,17 @@ void atf_sanity_post(const char *, int, const char *);
|
|||
|
||||
#define INV(x) \
|
||||
do { \
|
||||
(void)(x); \
|
||||
} while (0)
|
||||
|
||||
#define PRE(x) \
|
||||
do { \
|
||||
(void)(x); \
|
||||
} while (0)
|
||||
|
||||
#define POST(x) \
|
||||
do { \
|
||||
(void)(x); \
|
||||
} while (0)
|
||||
|
||||
#endif /* !defined(NDEBUG) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue