home *** CD-ROM | disk | FTP | other *** search
- 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
-
-