| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: package
This function returns the list of strings naming the implementation
packages of package. When the value of *package*
is one of those
implementation packages, definition changes to symbols in
package will not signal package-definition-lock
warnings or errors, even if package is
definition-locked. See package-definition-lock.
This function may be used with setf to change the list of implementation packages. Remember the list must be a list of strings naming packages.
See packages.htm for general information on the implementation of packages in Allegro CL and more information on package locking. Implementation packages are defined in Implementation packages in that document.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |