From 69d4492dc45718f41f5c4547c0c76f2b39665573 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 26 Feb 1992 12:13:16 +0000 Subject: [PATCH] Changed uses of pointer>, etc. to sap>. --- code/room.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/room.lisp b/code/room.lisp index 30a8957fd..100aca0aa 100644 --- a/code/room.lisp +++ b/code/room.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/room.lisp,v 1.15 1992/02/21 22:00:05 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/room.lisp,v 1.16 1992/02/26 12:13:16 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -245,8 +245,8 @@ #+nil (setq prev current) (setq current (sap+ current size)))))) - (unless (pointer< current end) - (assert (not (pointer> current end))) + (unless (sap< current end) + (assert (sap= current end)) (return))) #+nil -- GitLab