[movitz-cvs] CVS update: movitz/losp/muerte/basic-macros.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Mon Feb 2 13:40:37 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv7693
Modified Files:
basic-macros.lisp
Log Message:
Made defconstant proclaim the variable-name special (on the
host-side), avoiding compiler warnings when macro-expanders use it.
Date: Mon Feb 2 08:40:37 2004
Author: ffjeld
Index: movitz/losp/muerte/basic-macros.lisp
diff -u movitz/losp/muerte/basic-macros.lisp:1.2 movitz/losp/muerte/basic-macros.lisp:1.3
--- movitz/losp/muerte/basic-macros.lisp:1.2 Mon Jan 19 06:23:46 2004
+++ movitz/losp/muerte/basic-macros.lisp Mon Feb 2 08:40:36 2004
@@ -9,7 +9,7 @@
;;;; Created at: Wed Nov 8 18:44:57 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: basic-macros.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
+;;;; $Id: basic-macros.lisp,v 1.3 2004/02/02 13:40:36 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -464,6 +464,7 @@
',name
(movitz::movitz-eval ',name)
movitz-value))
+ (proclaim `(special ,movitz-name))
(setf (movitz::movitz-symbol-value movitz-symbol) (movitz::movitz-read movitz-value)
(symbol-value movitz-name) movitz-value)))
(declaim (muerte::constant-variable ,name))))
More information about the Movitz-cvs
mailing list