DUPMAX
while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) {
REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
#define INFINITY (DUPMAX + 1)