[Bese-devel] more patches and warnings
    Aleksandar Bakic 
    a_bakic at yahoo.com
       
    Thu Nov 10 19:18:23 UTC 2005
    
    
  
One more fix (in the line with trace-statement):
(defmethod apply-lambda/cc ((operator function) effective-arguments dyn-env k)
  "Method used when we're applying a regular, non cc, function object."
  (declare (ignore dyn-env))
  (trace-statement "Applying function ~S to ~S" operator effective-arguments)
  (apply #'kontinue k (multiple-value-list (apply operator
effective-arguments))))
Alex
	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
    
    
More information about the bese-devel
mailing list