From efedbd4620447af6e7b9345538733ae38b1b1fc1 Mon Sep 17 00:00:00 2001 From: interp Date: Mon, 13 May 2002 14:01:22 +0000 Subject: [PATCH] removed links to httpd-subdirectory (introduced too early) --- modules.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules.scm b/modules.scm index f9b1549..88da157 100644 --- a/modules.scm +++ b/modules.scm @@ -618,7 +618,7 @@ (define-structure httpd-error httpd-error-interface (open conditions signals handle scheme) - (files (httpd httpd-error))) + (files httpd-error)) ;;; httpd-fatal-error @@ -628,7 +628,7 @@ (define-structure handle-fatal-error handle-fatal-error-interface (open scheme conditions handle) - (files (httpd handle-fatal-error))) + (files handle-fatal-error)) ;;; parse-html-forms @@ -701,7 +701,7 @@ handle-fatal-error ; WITH-FATAL-ERROR-HANDLER string-lib ; STRING-JOIN scheme) - (files (httpd httpd-handlers))) + (files httpd-handlers)) ;;; seval-handler