Changeset 13027 for trunk/abcl/contrib/asdf-install/port.lisp
- Timestamp:
- 11/19/10 11:24:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/asdf-install/port.lisp
r12487 r13027 145 145 (let ((socket 146 146 (ext:make-socket (url-host url) (url-port url)))) 147 (ext:get-socket-stream socket )))147 (ext:get-socket-stream socket :external-format :iso-8859-1))) 148 148 149 149 … … 322 322 '(:external-format :latin1) 323 323 #+:scl 324 '(:external-format :iso-8859-1) 325 #+abcl 324 326 '(:external-format :iso-8859-1) 325 327 #+(or :clisp :digitool (and :lispworks :win32))
Note: See TracChangeset
for help on using the changeset viewer.