From 0fda20b20bb8b69c21d1e768609e25f4110c2ee3 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 2 Dec 1990 02:10:59 +0000 Subject: [PATCH] Moved the def-boolean-attribute vop into vmdef.lisp. --- compiler/sparc/vm.lisp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/compiler/sparc/vm.lisp b/compiler/sparc/vm.lisp index d0b13b2b0..d720e67d0 100644 --- a/compiler/sparc/vm.lisp +++ b/compiler/sparc/vm.lisp @@ -7,7 +7,7 @@ ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.2 1990/12/01 22:33:57 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.3 1990/12/02 02:10:59 wlott Exp $ ;;; ;;; This file contains the VM definition for the SPARC. ;;; @@ -251,14 +251,6 @@ (defregtn nsp any-reg) - -;;;; Side-Effect Classes - -(export '(vop-attributes)) - -(def-boolean-attribute vop - any) - ;;; Immediate-Constant-SC -- Interface ;;; -- GitLab