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

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Wed Apr 7 00:15:45 UTC 2004


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

Modified Files:
	primitive-functions.lisp 
Log Message:
Minor edits to comments.

Date: Tue Apr  6 20:15:45 2004
Author: ffjeld

Index: movitz/losp/muerte/primitive-functions.lisp
diff -u movitz/losp/muerte/primitive-functions.lisp:1.6 movitz/losp/muerte/primitive-functions.lisp:1.7
--- movitz/losp/muerte/primitive-functions.lisp:1.6	Sun Mar 28 20:09:46 2004
+++ movitz/losp/muerte/primitive-functions.lisp	Tue Apr  6 20:15:44 2004
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Oct  2 21:02:18 2001
 ;;;;                
-;;;; $Id: primitive-functions.lisp,v 1.6 2004/03/29 01:09:46 ffjeld Exp $
+;;;; $Id: primitive-functions.lisp,v 1.7 2004/04/07 00:15:44 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -90,13 +90,13 @@
 
 
 ;;; Dynamic binding:
-;;;   12: parent (NIL == #x0)
+;;;   12: parent (no parent == #x0)
 ;;;    8: value
 ;;;    4: tag = #:unbound (unique value that cannot be a catch tag)
 ;;;    0: binding name/symbol
 
 ;;; Catch exit-point:
-;;;   12: parent (NIL == #x0)
+;;;   12: parent (no parent == #x0)
 ;;;    8: eip
 ;;;    4: catch tag object/word
 ;;;    0: ebp/stack-frame





More information about the Movitz-cvs mailing list