Rename `BT_RANGE_SET_` to `BT_INTEGER_RANGE_SET_`
[babeltrace.git] / src / lib / assert-pre.h
index 39472a44cba9478967b9afdb0c03901b7b8ea426..0b85d861f695244c8450f8644dadf4dc00701531 100644 (file)
@@ -39,6 +39,7 @@
 # error Include "lib/logging.h" before this header.
 #endif
 
+#include <stdbool.h>
 #include <stdlib.h>
 #include <inttypes.h>
 #include "common/macros.h"
@@ -86,7 +87,7 @@
  * code), use BT_ASSERT_POST().
  *
  * To assert that an internal postcondition is satisfied, use
- * BT_ASSERT().
+ * BT_ASSERT() or BT_ASSERT_DBG().
  */
 #define BT_ASSERT_PRE(_cond, _fmt, ...)                                \
        do {                                                            \
This page took 0.023613 seconds and 4 git commands to generate.