Skip to content
Snippets Groups Projects
Commit 6906233e authored by wlott's avatar wlott
Browse files

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
parent e6580ce7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; 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 ;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so ;;; attributes for the MIPS. This file is separate from other stuff so
...@@ -248,6 +248,9 @@ ...@@ -248,6 +248,9 @@
lisp::*current-catch-block* lisp::*current-catch-block*
lisp::*current-unwind-protect-block* lisp::*current-unwind-protect-block*
lisp::*eval-stack-top* 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) (defun static-symbol-p (symbol)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment