MAXSTACK
if ( textcount > MAXSTACK ) /* don't put too much on the stack? */
Line line[MAXSTACK+3];
if (newstack >= MAXSTACK)