From eb92bfd3279ebf3081194ce336761fb67a8e594c Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Sun, 24 Apr 2005 02:38:34 +0000
Subject: [PATCH] Oops.  Fix typo.  It's '*, not just *!

Fixes misc.60 ansi-test.
---
 code/type.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/type.lisp b/code/type.lisp
index b3303bab0..06141590a 100644
--- a/code/type.lisp
+++ b/code/type.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type.lisp,v 1.69 2005/02/21 14:52:38 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type.lisp,v 1.70 2005/04/24 02:38:34 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1151,7 +1151,7 @@
 	(if (and (numberp highest) (numberp type-hi))
 	    (setf highest (max highest type-hi))
 	    (setf highest nil))))
-    (list (specifier-type `(integer ,(or lowest *) ,(or highest *))))))
+    (list (specifier-type `(integer ,(or lowest '*) ,(or highest '*))))))
 	
 
 (defparameter *union-length-threshold* 50
-- 
GitLab