[mcclim-cvs] CVS update: mcclim/mcclim.asd
Andreas Fuchs
afuchs at common-lisp.net
Tue Mar 1 15:46:15 UTC 2005
Update of /project/mcclim/cvsroot/mcclim
In directory common-lisp.net:/tmp/cvs-serv28245
Modified Files:
mcclim.asd
Log Message:
without-package-locks is in cmucl's EXTENSIONS package.
Date: Tue Mar 1 16:46:14 2005
Author: afuchs
Index: mcclim/mcclim.asd
diff -u mcclim/mcclim.asd:1.3 mcclim/mcclim.asd:1.4
--- mcclim/mcclim.asd:1.3 Mon Feb 28 17:23:20 2005
+++ mcclim/mcclim.asd Tue Mar 1 16:46:13 2005
@@ -39,8 +39,8 @@
(unless (ignore-errors (ext:search-list "gray-streams:"))
(setf (ext:search-list "gray-streams:")
'("target:pcl/" "library:subsystems/")))
- (if (fboundp 'without-package-locks)
- (without-package-locks
+ (if (fboundp 'extensions:without-package-locks)
+ (extensions:without-package-locks
(load "gray-streams:gray-streams-library"))
(load "gray-streams:gray-streams-library")))
#-clx
More information about the Mcclim-cvs
mailing list