X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fsset.lisp;h=2b1b2904682242f8accd12848f6541ccca518e16;hb=dfa55a883f94470267b626dae77ce7e7dfac3df6;hp=aa5f39399074d82603d2f7786b26c22b76fa72f1;hpb=0b5610d8a220a4b20cbeac958953ca4d67c00038;p=sbcl.git diff --git a/src/compiler/sset.lisp b/src/compiler/sset.lisp index aa5f393..2b1b290 100644 --- a/src/compiler/sset.lisp +++ b/src/compiler/sset.lisp @@ -81,8 +81,8 @@ (setf (sset-elements res) (copy-list (sset-elements set))) res)) -;;; Perform the appropriate set operation on Set1 and Set2 by destructively -;;; modifying Set1. We return true if Set1 was modified, false otherwise. +;;; Perform the appropriate set operation on SET1 and SET2 by destructively +;;; modifying SET1. We return true if SET1 was modified, false otherwise. (declaim (ftype (function (sset sset) boolean) sset-union sset-intersection sset-difference)) (defun sset-union (set1 set2)