From 34c4edcefd5c1574f68b7d89c99336738ab703eb Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 23 Mar 1990 21:43:34 +0000
Subject: [PATCH] Removed ``string-char-p'' and added ``base-char-p''

---
 compiler/mips/type-vops.lisp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp
index d7fe7876b..560c8ae47 100644
--- a/compiler/mips/type-vops.lisp
+++ b/compiler/mips/type-vops.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.7 1990/03/22 00:21:20 ch Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.8 1990/03/23 21:43:34 wlott Exp $
 ;;; 
 ;;; This file contains the VM definition of type testing and checking VOPs
 ;;; for the RT.
@@ -99,8 +99,7 @@
   (frob simple-vector-p check-simple-vector simple-vector
     vm:simple-vector-type di:object-not-simple-vector-error)
 
-  ;; ### This should really be base-character-p ...
-  (frob string-char-p check-base-character base-character
+  (frob base-char-p check-base-character base-character
     vm:base-character-type di:object-not-base-character-error)
 
   (frob system-area-pointer-p check-system-area-pointer system-area-pointer
-- 
GitLab