| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments:
Use of this function is deprecated. Use the new function make-compilation-unit-environment instead. Although that function accepts one (optional) argument, calling it with no arguments replaces a call to this function with no arguments. That is, replace
(sys:make-compile-file-environment)
with
(sys:make-compilation-unit-environment)
Returns an environment object suitable for compile-file processing, which includes a lexical portion for use with augment-environment and the *-information functions, and a global portion for use with sys:ce-get and sys:ce-putprop.
See environments.htm for more information on environments.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |