X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fgraph.h;h=66654939417029f9a010c7181ce780dcde369004;hb=d98421f2abfc5adab28ab7ee9b63537a6c7261cc;hp=61c2e29ef40910146c173b7b8abb29189a4752df;hpb=473e4d2acf7f005953af3893bb318222b728412e;p=babeltrace.git diff --git a/src/lib/graph/graph.h b/src/lib/graph/graph.h index 61c2e29e..66654939 100644 --- a/src/lib/graph/graph.h +++ b/src/lib/graph/graph.h @@ -34,14 +34,12 @@ # error Please include "lib/logging.h" before including this file. #endif -/* Protection: this file uses BT_ASSERT_PRE*() macros directly */ -#ifndef BT_ASSERT_PRE_SUPPORTED -# error Please include "lib/assert-pre.h" before including this file. -#endif - -/* Protection: this file uses BT_ASSERT_POST*() macros directly */ -#ifndef BT_ASSERT_POST_SUPPORTED -# error Please include "lib/assert-post.h" before including this file. +/* + * Protection: this file uses precondition and postcondition assertion + * macros directly. + */ +#ifndef BT_ASSERT_COND_SUPPORTED +# error Please include "lib/assert-cond.h" before including this file. #endif struct bt_component;