Raymond Toy pushed to branch issue-240-set-diff-with-hash-table at cmucl / cmucl
Commits:
-
2e46d458
by Raymond Toy at 2023-06-24T08:35:33-07:00
1 changed file:
Changes:
... | ... | @@ -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
|