eadef2135a0c2b93c0297d7432e1ee7c596ac85f
[babeltrace.git] / include / ctf / compiler.h
1 #ifndef _CTF_COMPILER_H
2 #define _CTF_COMPILER_H
3
4 #define MAYBE_BUILD_BUG_ON(cond) ((void)sizeof(char[1 - 2 * !!(cond)]))
5
6 #endif /* _CTF_COMPILER_H */
This page took 0.028312 seconds and 3 git commands to generate.