home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0367.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  467 b   |  15 lines

  1.     From: Jeff Schlimmer <schlimme@uci-icse>
  2.  
  3.          Several of the graduate students here at UCI are
  4.        working on a large Franz Lisp program which requires
  5.        several hundred levels of recursion.  This causes a
  6.        namestack overflow error in Franz. Is there a way to
  7.        expand the size of the namestack?
  8.  
  9. Yes, there is.  In ../franz/h/global.h, there is a #define for
  10. NAMESIZE which is the size of the name stack.  It can be changed
  11. to something larger.
  12.  
  13.                 -Liz
  14.  
  15.