[movitz-cvs] CVS update: movitz/losp/muerte/cons.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Fri Aug 6 14:46:07 UTC 2004


Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv23008

Modified Files:
	cons.lisp 
Log Message:
Minor docstring edit.

Date: Fri Aug  6 07:46:07 2004
Author: ffjeld

Index: movitz/losp/muerte/cons.lisp
diff -u movitz/losp/muerte/cons.lisp:1.6 movitz/losp/muerte/cons.lisp:1.7
--- movitz/losp/muerte/cons.lisp:1.6	Wed Jul 21 18:02:15 2004
+++ movitz/losp/muerte/cons.lisp	Fri Aug  6 07:46:06 2004
@@ -9,7 +9,7 @@
 ;;;; Created at:    Fri Dec  8 15:25:45 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: cons.lisp,v 1.6 2004/07/22 01:02:15 ffjeld Exp $
+;;;; $Id: cons.lisp,v 1.7 2004/08/06 14:46:06 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -19,7 +19,7 @@
 (in-package muerte)
 
 (define-primitive-function fast-cdr-car (cell)
-  "Compute both the car and the cdr of a cell."
+  "Compute both the car (into EBX) and the cdr (into EAX) of a cell."
   (with-inline-assembly (:returns :eax)
     (:leal (:eax -1) :ecx)
     (:testb 3 :cl)





More information about the Movitz-cvs mailing list