From f90509d178641713c052e0f2a67dc6710addf76e Mon Sep 17 00:00:00 2001 From: ch <ch> Date: Mon, 26 Feb 1990 20:46:57 +0000 Subject: [PATCH] Fixed export list w.r.t. BASE-CHARACTER-TYPE. --- compiler/mips/parms.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index 51c4a9b45..9845b1382 100644 --- a/compiler/mips/parms.lisp +++ b/compiler/mips/parms.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.19 1990/02/26 18:54:05 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.20 1990/02/26 20:46:57 ch Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -41,7 +41,7 @@ code-header-type function-header-type closure-function-header-type return-pc-header-type closure-header-type value-cell-header-type symbol-header-type - character-type SAP-type unbound-marker-type atomic-flag + base-character-type sap-type unbound-marker-type atomic-flag interrupted-flag pending-interrupt-trap error-trap cerror-trap fixnum static-symbols static-symbol-offset offset-static-symbol static-symbol-p -- GitLab