From 6906233e1ca0474cac6405cd5f37ab1d4fc06a4b Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 8 Mar 1990 11:09:26 +0000
Subject: [PATCH] Added a few static functions to the list of static symbols:  
   c::two-arg-+ c::two-arg-- c::two-arg-* c::two-arg-/ c::negate

---
 compiler/mips/parms.lisp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index 1d826e141..d5fcf7679 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.25 1990/03/06 22:08:10 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.26 1990/03/08 11:09:26 wlott Exp $
 ;;;
 ;;;    This file contains some parameterizations of various VM
 ;;; attributes for the MIPS.  This file is separate from other stuff so 
@@ -248,6 +248,9 @@
     lisp::*current-catch-block*
     lisp::*current-unwind-protect-block*
     lisp::*eval-stack-top*
+
+    ;; Static functions.
+    c::two-arg-+ c::two-arg-- c::two-arg-* c::two-arg-/ c::negate
     ))
 
 (defun static-symbol-p (symbol)
-- 
GitLab