From ff8994ef989a9226a6addf4f1b4fea117c489077 Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Fri, 6 Jun 2003 15:04:55 +0000
Subject: [PATCH] Fix typo.  We need a HOLDING-LOCK macro for non MP systems
 too.

---
 clx/dependent.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clx/dependent.lisp b/clx/dependent.lisp
index 14119fa63..f185e4396 100644
--- a/clx/dependent.lisp
+++ b/clx/dependent.lisp
@@ -18,7 +18,7 @@
 ;;; express or implied warranty.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/dependent.lisp,v 1.13 2003/06/05 14:56:59 emarsden Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/dependent.lisp,v 1.14 2003/06/06 15:04:55 toy Exp $")
 
 (in-package :xlib)
 
@@ -520,7 +520,7 @@
 ;;; display connection.  We inhibit GC notifications since display of them
 ;;; could cause recursive entry into CLX.
 ;;;
-#+mp
+#-mp
 (defmacro holding-lock ((locator display &optional whostate &key timeout)
 			&body body)
   `(let ((ext:*gc-verbose* nil)
-- 
GitLab