removed links to httpd-subdirectory (introduced too early)

This commit is contained in:
interp 2002-05-13 14:01:22 +00:00
parent d188ba7ddb
commit efedbd4620
1 changed files with 3 additions and 3 deletions

View File

@ -618,7 +618,7 @@
(define-structure httpd-error httpd-error-interface (define-structure httpd-error httpd-error-interface
(open conditions signals handle scheme) (open conditions signals handle scheme)
(files (httpd httpd-error))) (files httpd-error))
;;; httpd-fatal-error ;;; httpd-fatal-error
@ -628,7 +628,7 @@
(define-structure handle-fatal-error handle-fatal-error-interface (define-structure handle-fatal-error handle-fatal-error-interface
(open scheme conditions handle) (open scheme conditions handle)
(files (httpd handle-fatal-error))) (files handle-fatal-error))
;;; parse-html-forms ;;; parse-html-forms
@ -701,7 +701,7 @@
handle-fatal-error ; WITH-FATAL-ERROR-HANDLER handle-fatal-error ; WITH-FATAL-ERROR-HANDLER
string-lib ; STRING-JOIN string-lib ; STRING-JOIN
scheme) scheme)
(files (httpd httpd-handlers))) (files httpd-handlers))
;;; seval-handler ;;; seval-handler