X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fexternal-formats%2Fucs-2.lisp;h=fc1d4bd4546be63e5fcc79e71416935d58b6c4bf;hb=8479d3ade615e93a48757da061807223a6a902d2;hp=2aea2dfc77d56bc05a0d1ea4ca8075b2a9b87b40;hpb=54b330585ed41edeb93a289f0e59aec67fa9ded9;p=sbcl.git diff --git a/src/code/external-formats/ucs-2.lisp b/src/code/external-formats/ucs-2.lisp index 2aea2df..fc1d4bd 100644 --- a/src/code/external-formats/ucs-2.lisp +++ b/src/code/external-formats/ucs-2.lisp @@ -209,10 +209,8 @@ (instantiate-octets-definition define-ucs-2->string) -(pushnew '((:ucs-2le :ucs2le #!+win32 :ucs2 #!+win32 :ucs-2) - ucs-2le->string-aref string->ucs-2le) - *external-format-functions*) +(add-external-format-funs '(:ucs-2le :ucs2le #!+win32 :ucs2 #!+win32 :ucs-2) + '(ucs-2le->string-aref string->ucs-2le)) -(pushnew '((:ucs-2be :ucs2be) - ucs-2be->string-aref string->ucs-2be) - *external-format-functions*) +(add-external-format-funs '(:ucs-2be :ucs2be) + '(ucs-2be->string-aref string->ucs-2be))