Added required (require "comm") for LWL and added initialize-clash so

as to bring LWL support up to par with other ports.
This commit is contained in:
2000-10-30 23:06:32 +00:00
parent 5aa138df6d
commit a7ebbf08b3

View File

@ -13,6 +13,8 @@
;;;;
;;;;
(require "comm")
(defclass lwl-connection (connection)
((stream :initarg :stream :reader connection-stream)))
@ -51,3 +53,5 @@
:function
#'(lambda (fd) (start-http-handler fd server))))
(defun initialize-clash ()
t)