From 4accee7b55f9ff5558d86699dd557f8b7ec43463 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 21 Nov 1990 15:14:26 +0000
Subject: [PATCH] Removed lisp:: from halt, 'cause it's now exported from the C
 package.

---
 compiler/mips/system.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp
index 09ee8160f..ca502bafa 100644
--- a/compiler/mips/system.lisp
+++ b/compiler/mips/system.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.36 1990/11/10 18:44:11 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.37 1990/11/21 15:14:26 wlott Exp $
 ;;;
 ;;;    MIPS VM definitions of various system hacking operations.
 ;;;
@@ -274,7 +274,7 @@
     (inst break vm:pending-interrupt-trap)))
 
 
-(define-vop (lisp::halt)
+(define-vop (halt)
   (:generator 1
     (inst break vm:halt-trap)))
 
-- 
GitLab