]> git.ozlabs.org Git - ccan/commit
build_assert: rename EXPR_BUILD_ASSERT to BUILD_ASSERT_OR_ZERO
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 17 Mar 2011 11:42:22 +0000 (22:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 17 Mar 2011 11:42:22 +0000 (22:12 +1030)
commit3f4e83d8ac847d6bf0c20e88cdbca535e842a97b
treeba2b30872f09257befe2c06e61c10b8d21684d3e
parenta1d048552e7c9cbd07092cefb87204563a807608
build_assert: rename EXPR_BUILD_ASSERT to BUILD_ASSERT_OR_ZERO

Same thing (a BUILD_ASSERT which evaluates to zero), but there's a
strong preference for all modules to stick with their own names as
prefixes.
ccan/array_size/array_size.h
ccan/build_assert/build_assert.h
ccan/build_assert/test/compile_fail-expr.c
ccan/build_assert/test/run-BUILD_ASSERT_OR_ZERO.c [new file with mode: 0644]
ccan/build_assert/test/run-EXPR_BUILD_ASSERT.c [deleted file]
ccan/cast/cast.h
ccan/check_type/check_type.h
ccan/hash/hash.h