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

  1. Previous postings have correctly identified the problem (which was fixed
  2. long ago in the versions announced today).  The best fix is to change
  3. the (environment-lmlisp) invocation near the beginning of describe.l to
  4. read as follows, then recompile it:
  5.  
  6.     (environment-lmlisp (compile eval) (files struct flavorm))
  7.  
  8. The struct and flavorm modules do not need to be around when the
  9. compiled describe code is executed, so omitting load from the eval-when
  10. saves some unnecessary fasl's.  Describe, by the way, is useful even
  11. when flavors and defstructs are not being used.  For instance, it will
  12. report the source module in which a compiled function lives.
  13.  
  14. Steve Haflich
  15. smh@mit-eddie@mit-mc
  16. {ihnp4, decvax!genrad}!mit-eddie!smh
  17.  
  18.  
  19.