The CLISP null pointer is NIL
Thu Jun 11 20:50:26 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* The CLISP null pointer is NIL
hunk ./src/object.lisp 75
- &key pointer &allow-other-keys)
+ &key (pointer nil pointer-p) &allow-other-keys)
hunk ./src/object.lisp 78
- (when (and (null pointer)
+ (when (and (not pointer-p)