Next Previous Up Top Contents Index

11 The LINK-LOAD Package

break-on-unresolved-functions

Function

Package

link-load

Syntax

break-on-unresolved-functions &optional stream

Arguments

stream

An output stream for message reporting. If set tonil, then no output will be produced. By default this ist.

Description

Thebreak-on-unresolved-functions function produces break-on-entry code for all currently undefined but referenced (that is, unresolved) foreign symbols, so that if an undefined foreign function is called from within the foreign code, a Lisp error will occur. Break-on-entry code will also be produced for any new unresolved symbols loaded later in your Lisp session.
The special variableforeign:*break-on-unresolved-functions* will, when set to non-nil, produce break-on-entry code for all new unresolved symbols that are loaded, but won't do so for symbols already loaded. By default this variable is set tonil.
See Also

read-foreign-modules

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker