NextPrevUpTopContentsIndex

12.9.4 Dereferencing null pointer is an error

In LispWorks 5.0 and previous versions, calling fli:dereference with a null pointer would return nil . In LispWorks 5.1 it now signals an error. You can use fli:null-pointer-p to detect null pointers.

This change does not affect (setf fli:dereference) which has always signaled an error with a null pointer.


LispWorks Release Notes and Installation Guide - 18 Mar 2008

NextPrevUpTopContentsIndex