[movitz-cvs] CVS movitz
ffjeld
ffjeld at common-lisp.net
Sun Apr 27 19:23:25 UTC 2008
Update of /project/movitz/cvsroot/movitz
In directory clnet:/tmp/cvs-serv659
Modified Files:
storage-types.lisp
Log Message:
Remove old movitz-eql.
--- /project/movitz/cvsroot/movitz/storage-types.lisp 2008/04/12 16:26:56 1.64
+++ /project/movitz/cvsroot/movitz/storage-types.lisp 2008/04/27 19:23:25 1.65
@@ -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.64 2008/04/12 16:26:56 ffjeld Exp $
+;;;; $Id: storage-types.lisp,v 1.65 2008/04/27 19:23:25 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -237,13 +237,6 @@
(print-unreadable-object (x stream)
(format stream "MOVITZ-CHARACTER: ~S" (movitz-char x))))
-(defun movitz-eql (x y)
- (if (and (typep x 'movitz-immediate-object)
- (typep y 'movitz-immediate-object))
- (= (movitz-immediate-value x)
- (movitz-immediate-value y))
- (eq x y)))
-
;;; Code element
(define-binary-class movitz-code (movitz-immediate-object)
More information about the Movitz-cvs
mailing list