From a7ebbf08b3d684a4707c034c66cd8aa5e12ee145 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Mon, 30 Oct 2000 23:06:32 +0000 Subject: [PATCH] Added required (require "comm") for LWL and added initialize-clash so as to bring LWL support up to par with other ports. --- src/drivers/simple-lwl.cl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/drivers/simple-lwl.cl b/src/drivers/simple-lwl.cl index 62d5439..66cfd07 100755 --- a/src/drivers/simple-lwl.cl +++ b/src/drivers/simple-lwl.cl @@ -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)