X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fiodefs.lisp;h=cb006ff0c1a2958a3d3d2f3cccbfc98d0e741101;hb=2fb9cd4a2286b82e065d6c673d91e46bd7f2194d;hp=43314f86b14c417d5e332e32d2cd944c43d36c29;hpb=be6abfb75a76eb69a417ff09fd6b0f41e708f8c3;p=sbcl.git diff --git a/contrib/sb-simple-streams/iodefs.lisp b/contrib/sb-simple-streams/iodefs.lisp index 43314f8..cb006ff 100644 --- a/contrib/sb-simple-streams/iodefs.lisp +++ b/contrib/sb-simple-streams/iodefs.lisp @@ -14,8 +14,8 @@ (in-package "SB-SIMPLE-STREAMS") -(defun file-namestring (pathname) - (sb-ext:native-namestring (sb-int:physicalize-pathname pathnane) :as-file t)) +(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) `(defclass ,name ,superclasses ,slots ,@options))