Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594226
Collapse All | Expand All

(-)mswatch-1.2.0/src/lib/util.h.old (-3 lines)
Lines 21-29 Link Here
21
21
22
void drain_fd(int fd);
22
void drain_fd(int fd);
23
23
24
// static assert, for compile-time assertion checking
25
#define static_assert(x) switch (x) case 0: case (x):
26
27
__END_DECLS
24
__END_DECLS
28
25
29
26

Return to bug 594226