Skip to content

Fixes an issue where `nil' in a bindings list would throw errors.

Dave Cooper requested to merge (removed):master into master

Hi Gary,

The table-of-contents code was failing on SBCL 1.4.* and other implementations who are now being strict about nils in binding lists.

Merge request reports