projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Move to babeltrace namespace
[babeltrace.git]
/
include
/
babeltrace
/
compiler.h
1
#ifndef _BABELTRACE_COMPILER_H
2
#define _BABELTRACE_COMPILER_H
3
4
#define MAYBE_BUILD_BUG_ON(cond) ((void)sizeof(char[1 - 2 * !!(cond)]))
5
6
#endif
/* _BABELTRACE_COMPILER_H */
This page took
0.028336 seconds
and
4
git commands to generate.