From 46ecb1f018042f2685417c0063b2790d99d1bb51 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sun, 1 Apr 1990 23:51:34 +0000
Subject: [PATCH] Change negate static function to %negate to be consistent.

---
 compiler/mips/arith.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/mips/arith.lisp b/compiler/mips/arith.lisp
index 4165506aa..a05483d32 100644
--- a/compiler/mips/arith.lisp
+++ b/compiler/mips/arith.lisp
@@ -320,4 +320,4 @@
 (define-static-function two-arg-= (x y) :translate =)
 (define-static-function two-arg-/= (x y) :translate /=)
 
-(define-static-function negate (x) :translate -)
+(define-static-function %negate (x) :translate %negate)
-- 
GitLab