From Qobi@CS.Toronto.EDU Wed Mar 30 17:28:23 EST 1994 Article: 12431 of comp.lang.lisp Xref: glinda.oz.cs.cmu.edu comp.lang.lisp:12431 Path: honeydew.srv.cs.cmu.edu!nntp.club.cc.cmu.edu!godot.cc.duq.edu!birdie-blue.cis.pitt.edu!gatech!howland.reston.ans.net!cs.utexas.edu!utnut!utcsri!newsServ.csri!qobi Newsgroups: comp.lang.lisp From: qobi@qobi.ai.toronto.edu (Jeffrey Mark Siskind) Subject: Re: ihs in AKCL Message-ID: Reply-To: Qobi@CS.Toronto.EDU In-reply-to: knauber@bordeaux.informatik.uni-kl.de's message of Wed, 30 Mar 1994 08:32:51 GMT Organization: Department of Computer Science, University of Toronto References: <1994Mar30.083251.1849@uklirb.informatik.uni-kl.de> Date: 30 Mar 94 18:29:13 GMT Lines: 22 Here is how you increase the stack size in AKCL. You must rebuild AKCL. Jeff *** h/bsd.h Thu Jun 10 10:45:03 1993 --- h/bsd.h.orig Wed Jun 9 16:59:46 1993 *************** *** 5,12 **** #define HAVE_AOUT #define MAXPAGE 16384 ! /* #define VSSIZE 8152 original value */ ! #define VSSIZE 16384 /* fix for value stack overflow */ #define MEM_SAVE_LOCALS --- 5,11 ---- #define HAVE_AOUT #define MAXPAGE 16384 ! #define VSSIZE 8152 #define MEM_SAVE_LOCALS