| Allegro CL version 6.2 New since 6.2 release. | |||||||||
The variable was added to the jLinker facility in jlinker version
3.2.4 released as patch jlinker.001 around Dec. 6, 2002. The
currently running version is returned by the function jlinker-version, with a
call like (javatools.jlinker:jlinker-version). Get
the patch for the new version with sys:update-allegro.
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 general information on the jLinker facility.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page is new in the 6.2 release.
Created 2002.2.26.
| Allegro CL version 6.2 New since 6.2 release. | |||||||||