*load-source-file-info*

$Revision: 5.0.2.4 $

Variable

Package: EXCL

This variable controls whether source file information recorded in a fasl file is loaded into Lisp when the fasl file is loaded. Such information is only recorded in a fasl file if excl:*record-source-file-info* is non-nil at the time the file is compiled. The information recorded in the fasl file will be loaded into Lisp if the value of this variable is true and will not be loaded if the value of this variable is nil.

Note that loading a fasl file that was compiled with excl:*record-source-file-info* nil will never cause source file information to be loaded into Lisp regardless of the value of this variable.

The value of this variable has no effect on recording source file information for source (rather than compiled) files loaded into Lisp or for definitions typed to the Lisp top-level.

The initial value of this variable depends on how Allegro CL was installed.

See source_file_recording,htm for general information on soruce file recording.

The general documentation description is in introduction.htm. The index is in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.