common-lisp.net
/
projects/asdf/asdf-encodings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3da6bc4
)
On CMUCL, pass around the ef-name of an external-format, not the object itself
author
Francois-Rene Rideau
<tunes@google.com>
Wed, 16 Jan 2013 14:35:01 +0000 (09:35 -0500)
committer
Francois-Rene Rideau
<tunes@google.com>
Wed, 16 Jan 2013 14:35:01 +0000 (09:35 -0500)
encodings.lisp
patch
|
blob
|
blame
|
history
diff --git
a/encodings.lisp
b/encodings.lisp
index
f67edb5
..
8001dee
100644
(file)
--- a/
encodings.lisp
+++ b/
encodings.lisp
@@
-147,7
+147,7
@@
#+allegro (excl:find-external-format encoding)
#+clozure (ccl::normalize-external-format t encoding)
#+clisp (find-symbol* encoding :charset nil)
- #+cmu (stream::find-external-format encoding)
+ #+cmu (stream::ef-name (stream::find-external-format encoding))
#+ecl (ext:make-encoding encoding)
#+lispworks
(or