| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. Minimal update since 7.0 release. | |||||||||
The purpose of this global variable is to provide a default for the error-p keyword argument to the jlinker functions jlinker-init and jlinker-end. That argument determines the behavior of those functions when errors are detected.
The behavior prior to version 3.2.4 was in all cases to return some
value that indicated an error situation. When the
error-p keyword argument to those functions is
unspecified and the value of this variable is nil, this behavior continues.
The initial value
of this variable is nil.
When the error-p keyword argument is unspecified
and the value of this variable is non-nil (or
the value of the error-p keyword argument is
specified non-nil in the function call), the
functions signal an error of type jlinker-error.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2005.9.20.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. Minimal update since 7.0 release. | |||||||||