Proclaim socket functions only when used (J Jaakkola)

This commit is contained in:
Juan Jose Garcia Ripoll 2010-11-04 23:42:20 +01:00
parent 729baa8935
commit 491a8fb511

View file

@ -1091,9 +1091,13 @@
;; ECL extensions:
(proclamation si:make-string-output-stream-from-string (string)
string-stream :reader)
#+wants-sockets
(proclamation si:open-client-stream (t unsigned-byte) stream)
#+wants-sockets
(proclamation si:open-server-stream (unsigned-byte) stream)
#+wants-sockets
(proclamation si:open-unix-socket-stream (base-string) stream)
#+wants-sockets
(proclamation si:lookup-host-entry (t) (values (or null string) list list))
(proclamation si:copy-stream (stream stream) t)