removed links to httpd-subdirectory (introduced too early)
This commit is contained in:
		
							parent
							
								
									d188ba7ddb
								
							
						
					
					
						commit
						efedbd4620
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue