[movitz-cvs] CVS movitz
ffjeld
ffjeld at common-lisp.net
Sat Apr 12 16:23:26 UTC 2008
Update of /project/movitz/cvsroot/movitz
In directory clnet:/tmp/cvs-serv29597
Modified Files:
special-operators.lisp
Log Message:
Rename to defmacro/run-time and defmacro/compile-time
--- /project/movitz/cvsroot/movitz/special-operators.lisp 2008/03/15 20:57:03 1.57
+++ /project/movitz/cvsroot/movitz/special-operators.lisp 2008/04/12 16:23:26 1.58
@@ -8,7 +8,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Fri Nov 24 16:22:59 2000
;;;;
-;;;; $Id: special-operators.lisp,v 1.57 2008/03/15 20:57:03 ffjeld Exp $
+;;;; $Id: special-operators.lisp,v 1.58 2008/04/12 16:23:26 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -348,7 +348,7 @@
(movitz-macro-expander-make-function expander :type :setf :name access-fn)))))))
(compiler-values ()))
-(define-special-operator muerte::defmacro-compile-time (&form form)
+(define-special-operator muerte::defmacro/compile-time (&form form)
(destructuring-bind (name lambda-list macro-body)
(cdr form)
(check-type name symbol "a macro name")
More information about the Movitz-cvs
mailing list