Skip to content
Snippets Groups Projects
Commit 4986bffd authored by ram's avatar ram
Browse files

Tweaked BAD-COSTS-ERROR not to totally die when it is called on a more operand.

parent 40f66c54
No related branches found
No related tags found
No related merge requests found
......@@ -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)))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment