$Revision: 5.0.2.5 $
Package: EXCL
Arguments: nil
Returns the name and perhaps the location of the current .pll file, or nil
if there is no .pll file associated with the running Lisp. The location information
is only returned (along with the name) if the image was created with location information
specified along with the name (that is, build-lisp-image
was called with the value of the :pll-file argument being <directory>/<filename
and type> rather than just <filename and type>).
On startup, Lisp looks for the pll file as follows:
- If there is no type, use the type pll. (Note that the type of the file supplied with the distribution is sometimes epll rather than pll.)
- Look in the current directory.
- Look in the Allegro directory.
- [Windows only] Look in the Windows `system' directory.
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.