0.6.10.6:
[sbcl.git] / src / code / typedefs.lisp
index b160271..0d76fe9 100644 (file)
           (,n-uncertain nil))
        (dolist (,n-this ,list
                        (if ,n-uncertain
-                           (return-from PUNT ,default)
+                           (return-from punt-type-method ,default)
                            nil))
         (multiple-value-bind (,n-val ,n-win)
             ,(if list-first
             ,(if list-first
                  `(,op ,n-this ,n-thing)
                `(,op ,n-thing ,n-this))
-          (unless ,n-win (return-from PUNT ,default))
+          (unless ,n-win (return-from punt-type-method ,default))
           (unless ,n-val (return nil)))))))
 
 ;;; Compute the intersection for types that intersect only when one is a