[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Porting to MCL: Package problems
- To: forbus@ils.nwu.edu, info-mcl@cambridge.apple.com
- Subject: Re: Porting to MCL: Package problems
- From: Ranson <ranson@LANNION.cnet.fr>
- Date: 28 Jan 93 11:24:00 GMT
- X400-received: by /PRMD=inria/ADMD=atlas/C=FR/; Relayed; 28 Jan 93 11:22:33+0100
- X400-received: by /PRMD=CNET/ADMD=ATLAS/C=FR/; Relayed; 28 Jan 93 11:24:00 GMT
IN-PACKAGE was changed incompatibly in the 2nd version of Common Lisp. The
problem is there, not in MCL. In this version, the argument of IN-PACKAGE is
not evaluated. To increase portability, use keywords:
(in-package :tms)
Daniel.