1 --- lib/rules.c.orig 2019-02-14 01:54:41 UTC
2 +++ lib/rules.c
3 @@ -26,6 +26,8 @@ Debug(val, a, b, c, d, e, f, g)
4 {
5 fprintf(stderr, a, b, c, d, e, f, g);
6 }
7 +#elif 1
8 +#define Debug(n, f, ...) do {} while (0)
9 #else
10 static void
11 Debug(val, a, b, c, d, e, f, g)
12