[movitz-cvs] CVS update: movitz/compiler.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Fri Aug 26 19:43:33 UTC 2005
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv29112
Modified Files:
compiler.lisp
Log Message:
Comment out debug message..
Date: Fri Aug 26 21:43:32 2005
Author: ffjeld
Index: movitz/compiler.lisp
diff -u movitz/compiler.lisp:1.158 movitz/compiler.lisp:1.159
--- movitz/compiler.lisp:1.158 Fri Aug 26 21:41:32 2005
+++ movitz/compiler.lisp Fri Aug 26 21:43:32 2005
@@ -8,7 +8,7 @@
;;;; Created at: Wed Oct 25 12:30:49 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: compiler.lisp,v 1.158 2005/08/26 19:41:32 ffjeld Exp $
+;;;; $Id: compiler.lisp,v 1.159 2005/08/26 19:43:32 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -6808,7 +6808,7 @@
(loc1 (new-binding-location (binding-target term1) frame-map :default nil)))
#+ignore
(warn "add: ~A for ~A" instruction result-type)
-
+ #+ignore
(warn "add for: ~S is ~A, from ~A/~A and ~A/~A."
destination result-type
term0 loc0
More information about the Movitz-cvs
mailing list