[movitz-cvs] CVS movitz

ffjeld ffjeld at common-lisp.net
Sat Mar 15 20:57:11 UTC 2008


Update of /project/movitz/cvsroot/movitz
In directory clnet:/tmp/cvs-serv2747

Modified Files:
	storage-types.lisp 
Log Message:
Have macros in the run-time.


--- /project/movitz/cvsroot/movitz/storage-types.lisp	2007/02/06 20:03:53	1.59
+++ /project/movitz/cvsroot/movitz/storage-types.lisp	2008/03/15 20:57:06	1.60
@@ -9,7 +9,7 @@
 ;;;; Created at:    Sun Oct 22 00:22:43 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: storage-types.lisp,v 1.59 2007/02/06 20:03:53 ffjeld Exp $
+;;;; $Id: storage-types.lisp,v 1.60 2008/03/15 20:57:06 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -673,7 +673,8 @@
     :binary-type (define-enum movitz-funobj-type (u8)
 		   :standard-function 0
 		   :generic-function 1
-		   :method-function 2)
+		   :method-function 2
+		   :macro-function 3)
     :initform :standard-function
     :accessor movitz-funobj-type)
    (debug-info




More information about the Movitz-cvs mailing list