X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fiodefs.lisp;h=cb006ff0c1a2958a3d3d2f3cccbfc98d0e741101;hb=2fb9cd4a2286b82e065d6c673d91e46bd7f2194d;hp=6925e3dfc01d1dc94d4654daacc81c4e0e7b01a7;hpb=6c296da561efd25c22e051a1e55080d9689f3ecc;p=sbcl.git diff --git a/contrib/sb-simple-streams/iodefs.lisp b/contrib/sb-simple-streams/iodefs.lisp index 6925e3d..cb006ff 100644 --- a/contrib/sb-simple-streams/iodefs.lisp +++ b/contrib/sb-simple-streams/iodefs.lisp @@ -14,7 +14,7 @@ (in-package "SB-SIMPLE-STREAMS") -(defun file-namestring (pathname) +(defun %file-namestring (pathname) (sb-ext:native-namestring (sb-int:physicalize-pathname pathname) :as-file t)) (defmacro def-stream-class (name superclasses slots &rest options)