diff --git a/compiler/represent.lisp b/compiler/represent.lisp index d13c43c13fac885061ad1b531eecd71188db8aff..0d9cb611d9f52abbd710dd63763ebb1c87873a6f 100644 --- a/compiler/represent.lisp +++ b/compiler/represent.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/represent.lisp,v 1.28 1991/11/08 15:25:33 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/represent.lisp,v 1.29 1991/11/11 23:13:30 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -133,7 +133,8 @@ (primitive-type-name ptype) (mapcar #'sc-name (losers)) more-p - (mapcar #'sc-name (listify-restrictions load-scs)) + (unless more-p + (mapcar #'sc-name (listify-restrictions load-scs))) incon)))))