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

  1.  
  2.   There is a bug in the way that describe is compiled according to the
  3.   makefile. Basically the problem is that defstruct-description-name
  4.   is a macro which is NOT compiled so that when you fasl the compiled
  5.   version of struct (as you are compiling describe), you don't get
  6.   the proper definition for defstruct-description-name.
  7.  
  8.   You can either 1). load struct.l when compiling describe.l or
  9.          2). (declare (macros t)) in struct.l and recompile.
  10.  
  11.   Sean McLinden
  12.   Decision Systems Laboratory
  13. -------
  14.  
  15.