Update of /project/movitz/cvsroot/movitz In directory common-lisp.net:/tmp/cvs-serv31778
Modified Files: special-operators.lisp Log Message: Change the name "constant-block" to "run-time-context" so as to be consistent. "Run-time-context" is the name that's I've been using in newer documentation and code.
Date: Wed Jul 28 03:00:45 2004 Author: ffjeld
Index: movitz/special-operators.lisp diff -u movitz/special-operators.lisp:1.32 movitz/special-operators.lisp:1.33 --- movitz/special-operators.lisp:1.32 Fri Jul 23 18:30:32 2004 +++ movitz/special-operators.lisp Wed Jul 28 03:00:45 2004 @@ -8,7 +8,7 @@ ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Fri Nov 24 16:22:59 2000 ;;;; -;;;; $Id: special-operators.lisp,v 1.32 2004/07/24 01:30:32 ffjeld Exp $ +;;;; $Id: special-operators.lisp,v 1.33 2004/07/28 10:00:45 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -632,7 +632,7 @@ (cdr form) (assert (not argument)) (compiler-values () - :code `((:call (:edi ,(slot-offset 'movitz-constant-block if-name)))) + :code `((:call (:edi ,(slot-offset 'movitz-run-time-context if-name)))) :returns :nothing)))
(define-special-operator inlined-not (&all forward &form form &result-mode result-mode)