[master] e10a004 Sigh...
Poul-Henning Kamp
phk at FreeBSD.org
Wed Oct 4 10:02:05 UTC 2017
commit e10a004c2d098042df0568b03f367cbaf313ab3f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Wed Oct 4 10:01:39 2017 +0000
Sigh...
diff --git a/include/vdef.h b/include/vdef.h
index 2bb0d87..fd28a58 100644
--- a/include/vdef.h
+++ b/include/vdef.h
@@ -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 */
More information about the varnish-commit
mailing list