From ec97860766b83a23d5aeae44b57c4aecb06e1e0f Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 29 Mar 1990 21:33:22 +0000
Subject: [PATCH] Comment out predicate for simple-char, as it should never be
 used.

---
 compiler/generic/vm-typetran.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/generic/vm-typetran.lisp b/compiler/generic/vm-typetran.lisp
index 3f04c2ba0..42b6435af 100644
--- a/compiler/generic/vm-typetran.lisp
+++ b/compiler/generic/vm-typetran.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.2 1990/03/27 21:19:56 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.3 1990/03/29 21:33:22 wlott Exp $
 ;;;
 ;;; This file contains the implimentation specific type transformation magic.
 ;;; Basically, the various non-standard predicates that can be used in typep
@@ -38,6 +38,6 @@
 ;;; Unlike the un-%'ed versions, these are true type predicates, accepting any
 ;;; type object.
 ;;;
-(define-type-predicate %string-char-p string-char)
+;(define-type-predicate %string-char-p string-char)
 (define-type-predicate %standard-char-p standard-char)
 
-- 
GitLab