
/* 
   stack size def.  Make the apropriate change in the ALLOCA def
   in the makefile, if you change this.
*/

/* long _stksize = 550000; 	/* ... for lib alloca */
long _stksize = 32768;		/* for C kludge... */
