[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Namestack Overflow
- To: Jeff Schlimmer <schlimme@uci-icse>
- Subject: Re: Namestack Overflow
- From: Liz Allen <liz@tove>
- Date: Tue, 9 Jul 85 14:48:56 GMT
- Cc: franz-friends@Berkeley, arango@uci-icse
- In-reply-to: Your message of 08 Jul 85 10:02:13 PDT (Mon). <8507081658.AA03142@UCB-VAX.ARPA>
- Original-date: 09 Jul 85 10:48:56 EDT (Tue)
From: Jeff Schlimmer <schlimme@uci-icse>
Several of the graduate students here at UCI are
working on a large Franz Lisp program which requires
several hundred levels of recursion. This causes a
namestack overflow error in Franz. Is there a way to
expand the size of the namestack?
Yes, there is. In ../franz/h/global.h, there is a #define for
NAMESIZE which is the size of the name stack. It can be changed
to something larger.
-Liz