Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!osiris.cso.uiuc.edu!gordon From: gordon@osiris.cso.uiuc.edu (John Gordon) Newsgroups: comp.lang.c Subject: Re: Adjusting the stack length in TC 2.0 Message-ID: <1990Oct20.211018.5565@ux1.cso.uiuc.edu> Date: 20 Oct 90 21:10:18 GMT References: <51171@unix.cis.pitt.edu> Sender: news@ux1.cso.uiuc.edu (News) Distribution: na Organization: University of Illinois at Urbana Lines: 6 You are on the right track with _stklen. Globally, set it equal to the desired stack size (in bytes). example: unsigned _stklen = 64000U; /* for 64K stack */