[usocket-cvs] r543 - usocket/trunk
Chun Tian (binghe)
ctian at common-lisp.net
Mon Jul 12 15:46:52 UTC 2010
Author: ctian
Date: Mon Jul 12 11:46:52 2010
New Revision: 543
Log:
Fix build under Rosetta-based Macintosh Common Lisp (RMCL).
Modified:
usocket/trunk/package.lisp
Modified: usocket/trunk/package.lisp
==============================================================================
--- usocket/trunk/package.lisp (original)
+++ usocket/trunk/package.lisp Mon Jul 12 11:46:52 2010
@@ -94,5 +94,4 @@
:defaults defaults
:version :newest)))
(setf (logical-pathname-translations "usocket")
- `(("**;*.*.newest" ,home)
- ("**;*.*" ,home)))))
+ `(("**;*.*" ,home)))))
More information about the usocket-cvs
mailing list