Commit e10a004c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Sigh...

parent dc34c4f6
......@@ -154,7 +154,7 @@
# endif
# define __Static_assert(x, y) ___Static_assert(x, y)
# define ___Static_assert(x, y) \
typedef char __assert_ ## y[(x) ? 1 : -1] __unused
typedef char __assert_## y[(x) ? 1 : -1] __unused
#endif
#endif /* VDEF_H_INCLUDED */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment