NextPrevUpTopContentsIndex

module-unresolved-symbols

Function
Summary

Returns foreign symbol names that cannot be resolved.

Note: This function is not defined in LispWorks for UNIX.

Package

fli

Signature

module-unresolved-symbols &key module => list

Arguments

module

nil , :all , or a string. The default is :all .

Values

list

A list of strings.

Description

The function unresolved-module-symbols returns a list of foreign symbol names, each of which cannot be resolved in the currently known modules.

If module is nil , then list includes only those names not associated with a module.

If module is :all , then list includes the unresolved names in all modules and those not associated with a module.

If module is a string, then it names a module and list contains only the unresolved symbols associated with that module.

See also

register-module


LispWorks Foreign Language Interface User Guide and Reference Manual - 13 Sep 2005

NextPrevUpTopContentsIndex