VariablePackage: systemToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
This page is new in 7.0.

*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.

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-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page is new in the 7.0 release.
Created 2005.9.20.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
This page is new in 7.0.