[hunchentoot-devel] conditional reader error
Cyrus Harmon
ch-tbnl at bobobeach.com
Sat May 31 01:45:29 UTC 2008
In hunchentoot.asd, I think the #+(not foo bar ...) bit is wrong:
Index: hunchentoot.asd
===================================================================
--- hunchentoot.asd (revision 3230)
+++ hunchentoot.asd (working copy)
@@ -76,7 +76,7 @@
#+(and :lispworks :unix) (:file "unix-lw")
#+(and :openmcl :unix) (:file "unix-mcl")
#+(and :sbcl :unix (not :win32)) (:file "unix-sbcl")
- #+(and
(not :allegro :clisp :cmu :lispworks :openmcl :sbcl) :unix) (:file
"unix-other")
+ #+(and (not
(or :allegro :clisp :cmu :lispworks :openmcl :sbcl)) :unix) (:file
"unix-other")
(:file "set-timeouts")
(:file "connection-manager")
(:file "server")
More information about the Tbnl-devel
mailing list