Remove leading NIL from slot name lists
commit0038790653e05feb0d87384845edadd6dade29b8
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sat, 16 Jul 2016 17:40:39 +0000 (16 19:40 +0200)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sun, 17 Jul 2016 11:37:49 +0000 (17 13:37 +0200)
treeb64c4d35087533be6e318803bb0b4beb951980e0
parent65bde5f7f8441385ade6c1c3ce8aa1b8a5f9d9d0
Remove leading NIL from slot name lists

A FIXME comment said:

  NIL at the head of the list is a remnant from old purged code, that
  hasn't been quite cleaned up yet.

Changed producers of such lists:

* SLOT-NAME-LISTS-FROM-SLOTS
* MAKE-STD-{WRITER,READER,BOUNDP}-METHOD-FUNCTION

Changed consumers:

* INTERN-PV-TABLE
* COMPUTE-PV
src/pcl/slots-boot.lisp
src/pcl/vector.lisp