From 6df1e5e2cb9b9e06ace54c5307018ec9dc1a4bb8 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 21 Feb 1990 15:23:43 +0000 Subject: [PATCH] Exported VALUE-CELL-HEADER-TYPE. --- compiler/mips/parms.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index 4066b7981..0dd7824c3 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.9 1990/02/21 00:26:02 ch Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.10 1990/02/21 15:23:43 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM attributes for ;;; the MIPS. This file is separate from other stuff so that it can be compiled @@ -37,9 +37,9 @@ simple-array-double-float-type complex-string-type complex-bit-vector-type complex-vector-type complex-array-type code-header-type function-header-type return-pc-header-type - closure-header-type symbol-header-type character-type SAP-type - unbound-marker-type atomic-flag interrupted-flag fixnum - initial-symbols initial-symbol-offset + closure-header-type value-cell-header-type symbol-header-type + character-type SAP-type unbound-marker-type atomic-flag + interrupted-flag fixnum initial-symbols initial-symbol-offset *assembly-unit-length* target-fasl-code-format vm-version)) -- GitLab