stae
extern stae *mstack; /* stack of m4 machine */
mstack = (stae *)xalloc(sizeof(stae) * STACKMAX, NULL);
stae *mstack; /* stack of m4 machine */
mstack = xrealloc(mstack, sizeof(stae) * STACKMAX,