[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fix for describe.l
- To: franz-friends@Berkeley
- Subject: fix for describe.l
- From: Steven M. Haflich <smh@mit-eddie>
- Date: Tue, 4 Dec 84 20:44:20 GMT
- Cc: MCLINDEN@RUTGERS@MIT-MC, smith@nrl-aic@mit-mc
- Original-date: Tue, 4 Dec 84 15:44:20 est
Previous postings have correctly identified the problem (which was fixed
long ago in the versions announced today). The best fix is to change
the (environment-lmlisp) invocation near the beginning of describe.l to
read as follows, then recompile it:
(environment-lmlisp (compile eval) (files struct flavorm))
The struct and flavorm modules do not need to be around when the
compiled describe code is executed, so omitting load from the eval-when
saves some unnecessary fasl's. Describe, by the way, is useful even
when flavors and defstructs are not being used. For instance, it will
report the source module in which a compiled function lives.
Steve Haflich
smh@mit-eddie@mit-mc
{ihnp4, decvax!genrad}!mit-eddie!smh