NPOOL
static struct linenum_info pool[NPOOL]; /* The pool itself */
for (p = pool; p < &pool[NPOOL-2]; p++)
pool[NPOOL-2].next = NULL;
spare = &pool[NPOOL-1];