home *** CD-ROM | disk | FTP | other *** search
-
- There is a bug in the way that describe is compiled according to the
- makefile. Basically the problem is that defstruct-description-name
- is a macro which is NOT compiled so that when you fasl the compiled
- version of struct (as you are compiling describe), you don't get
- the proper definition for defstruct-description-name.
-
- You can either 1). load struct.l when compiling describe.l or
- 2). (declare (macros t)) in struct.l and recompile.
-
- Sean McLinden
- Decision Systems Laboratory
- -------
-
-