MAXLIT
#define ADDL(c) { if (_p >= &tmp[MAXLIT]) _p--; *_p++ = c; }
static uchar_t tmp[MAXLIT], best[MAXLIT];