Raymond Toy pushed to branch issue-240-set-diff-with-hash-table at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/list.lisp
    ... ... @@ -785,6 +785,7 @@
    785 785
                    (l2 list2 (cdr l2)))
    
    786 786
                   ((cond ((endp l2)
    
    787 787
                           (return (values length list2)))
    
    788
    +		     #+nil
    
    788 789
     		     ((endp l1)
    
    789 790
                           (return (values length list1))))))
    
    790 791
     	;; If the list is too short, the hashtable makes things