Remove dependency of HTTPD-CORE upon LET-OPT.
This commit is contained in:
parent
619b0b6d67
commit
bee65f4c22
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
;;; Imports and non-R4RS'isms
|
;;; Imports and non-R4RS'isms
|
||||||
;;; \r \n in strings for cr and lf.
|
;;; \r \n in strings for cr and lf.
|
||||||
;;; let-optionals (let-opt)
|
|
||||||
;;; receive values (MV return)
|
;;; receive values (MV return)
|
||||||
;;; scsh system calls
|
;;; scsh system calls
|
||||||
;;; rfc822 header parsing
|
;;; rfc822 header parsing
|
||||||
|
|
|
@ -287,7 +287,6 @@
|
||||||
thread-fluids ; fork-thread
|
thread-fluids ; fork-thread
|
||||||
scsh
|
scsh
|
||||||
receiving
|
receiving
|
||||||
let-opt
|
|
||||||
crlf-io
|
crlf-io
|
||||||
rfc822
|
rfc822
|
||||||
strings
|
strings
|
||||||
|
|
Loading…
Reference in New Issue