From ee987d8d7c5281da24fbe0969643f27bc776d587 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 18 May 1990 00:55:23 +0000 Subject: [PATCH] Added static symbols two-arg-gcd and two-arg-lcm. --- 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 bdef829f6..85d8539a6 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.48 1990/05/13 02:01:03 ch Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.49 1990/05/18 00:55:23 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -492,7 +492,7 @@ ;; Static functions. two-arg-+ two-arg-- two-arg-* two-arg-/ two-arg-< two-arg-> two-arg-= two-arg-<= two-arg->= two-arg-/= %negate two-arg-and two-arg-ior two-arg-xor - length + length two-arg-gcd two-arg-lcm )) (defparameter exported-static-symbols -- GitLab