| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
The variable (which is essentialed a renamed version of the
now-deprecated sys:*compile-file-environment*
) holds the
current compile-file environment. It should only ever be set to either
nil
or to an environment created by sys:make-compile-file-environment
or returned by sys:ensure-portable-walking-environment.
This environment has a lexical part and a global part; the lexical
part is managed by augment-environment and the *-information
functions, and the global part is managed by sys:ce-putprop and sys:ce-get. Whenever sys:*compile-file-environment*
is set to a
compile-file-environment, sys:ce-putprop will store to properties
within this environment, rather than in some global manner, for
example using (setf get). Also, sys:ce-get will consult this environment and
if succesful will return the property stored therein, before then
trying to get the property globally.
See environments.htm for more information on environments.
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 |