Closed gefjon closed 4 years ago
The :SYS
package designates the SYSTEM package which contains the CLTL2 functions. Currently there is only one call to a SYS
function, without an explicit package prefix, which is the call to AUGMENT-ENVIRONMENT
in the definition of FUNCTION-INFORMATION
. This has to be amended to (SYS:AUGMENT-ENVIRONMENT ...)
. I'll perform the change, however I don't have Allegro CL to test whether the project actually works after the change.
If you have any tests you'd like me to run on Allegro, I'd be happy to. Otherwise, things now seem to be working for me, after your changes. Thanks!
Import used symbol from :CL-ENVIRONMENTS.UTIL. Also, remove :SYS from the use list, which as far as I can tell doesn't designate a package.