From a516395aedc0399240d732188f878f97887aa1e0 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 2 Dec 1990 01:36:58 +0000 Subject: [PATCH] Moved the ``def-boolean-attribute vop'' form into here so that it's in the correct package. If we ever decide to actually use vop attributes, we will need to figure out some way of having different sets of attributes in different backends. --- compiler/vmdef.lisp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp index 86c63fe28..6554da2e0 100644 --- a/compiler/vmdef.lisp +++ b/compiler/vmdef.lisp @@ -227,6 +227,13 @@ (setf (sc-sb (sc-or-lose ',name)) (sb-or-lose ',sb-name)) ',name))) + +;;;; Side-Effect Classes + +(def-boolean-attribute vop + any) + + ;;;; Move/coerce definition: -- GitLab