redebug           155 dev/ic/re.c    int redebug = 0;
redebug           156 dev/ic/re.c    #define DPRINTF(x)	do { if (redebug) printf x; } while (0)