/* * thud.h -- common material. */ /* #define DEBUG 1 */ #ifdef DEBUG #define say(x) (void)fprintf(stderr,x) #else #define say(x) #endif