MAXBOUNDS
| NAME STRING boundary { if (numbounds >= MAXBOUNDS) {
fatal("Too many named boundaries (max %d)", MAXBOUNDS);
struct boundnam boundlist[MAXBOUNDS]; /* Max. of 20 named boundaries */