Raymond Toy pushed to branch issue-240-subsetp-with-hash-table at cmucl / cmucl
Commits:
-
0563f5ab
by Raymond Toy at 2023-08-20T13:32:29-07:00
1 changed file:
Changes:
... | ... | @@ -991,7 +991,7 @@ |
991 | 991 | |
992 | 992 | (defvar *allow-hashtable-for-set-functions* t)
|
993 | 993 | |
994 | -;;(declaim (start-block shorter-list-to-hashtable subsetp))
|
|
994 | +(declaim (start-block shorter-list-to-hashtable subsetp))
|
|
995 | 995 | |
996 | 996 | (defun shorter-list-to-hashtable (list1 list2 key test test-not)
|
997 | 997 | ;; Find the shorter list and return the length and the shorter list
|
... | ... | @@ -1049,7 +1049,7 @@ |
1049 | 1049 | (return-from subsetp nil)))
|
1050 | 1050 | T))))
|
1051 | 1051 | |
1052 | -;;(declaim (end-block))
|
|
1052 | +(declaim (end-block))
|
|
1053 | 1053 | |
1054 | 1054 | |
1055 | 1055 | ;;; Functions that operate on association lists
|