X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fassert.h;h=4e7151deae85f4980b0eda4d6c26ca6f589dd73f;hb=1f9f5b4d1def78f948fab510e065bc5ca01c8147;hp=e24231a96c9aee70b88ca05549f524d88d706e99;hpb=7085eeaab415fdeb43a5f77c9383f831a4b85acf;p=babeltrace.git diff --git a/src/common/assert.h b/src/common/assert.h index e24231a9..4e7151de 100644 --- a/src/common/assert.h +++ b/src/common/assert.h @@ -36,8 +36,9 @@ extern void bt_common_assert_failed(const char *file, int line, /* * Internal assertion (to detect logic errors on which the library user - * has no influence). Use BT_ASSERT_PRE() to check a precondition which - * must be directly or indirectly satisfied by the library user. + * has no influence). Use BT_ASSERT_PRE() or BT_ASSERT_POST() to check + * preconditions or postconditions which must be directly or indirectly + * satisfied by the library user. */ #define BT_ASSERT(_cond) \ do { \