[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slight change in next world



In the next Lisp machine system, the variable DEFAULT-ARRAY-AREA
will be gone.  In most cases you can use NIL to mean "allocate
storage in the default area".  Otherwise, use the variable
DEFAULT-CONS-AREA.  (Hopefully there are no user programs that
use this variable, but a warning seems in order.)