[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sun Common Lisp 2.1.3 pcl problem
- To: Jon L White <jonl@lucid.com>
- Subject: Re: Sun Common Lisp 2.1.3 pcl problem
- From: Gregor.pa@Xerox.COM
- Date: Tue, 23 May 89 17:24 PDT
- Cc: CommonLoops.pa@Xerox.COM
- Fcc: BD:>Gregor>mail>outgoing-mail-6.text.newest
- In-reply-to: <8905130534.AA17980@bhopal>
- Line-fold: no
- Reply-to: <Gregor.pa@Xerox.COM>
Date: Fri, 12 May 89 22:34:52 PDT
From: Jon L White <jonl@lucid.com>
Rather than adding many more #+/#- conditionalizations, perhaps the
best thing would be to resort to using the "lucid::" notation. This
is how the files walk.lisp and fin.lisp - and to some degree defs.lisp
also -- have insulated themselves against the package differences between
Lucid's version 2 and version 3. Ordinarily, I would strongly recommend
against use of double-colon format in files, but in this particular case,
each symbol so qualified is "stable" in it's particular release version.
So what should I used for *redefinition-action*? system:: or
lucid-common-lisp:: ??
-------