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

Commits:

1 changed file:

Changes:

  • src/code/list.lisp
    ... ... @@ -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