X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fpathname.lisp;h=2fa8fa069fc2ca2c043104710b0655ea0d990c7a;hb=8c685e1fee08b4d1d9ef43b8d2784ac283c94096;hp=18c14b9f37cd6ced1b3f7d1c163b56f12f508512;hpb=aeceaa181f32dbe2b4ee41397812b6c0c235e7c9;p=sbcl.git diff --git a/src/code/pathname.lisp b/src/code/pathname.lisp index 18c14b9..2fa8fa0 100644 --- a/src/code/pathname.lisp +++ b/src/code/pathname.lisp @@ -25,6 +25,7 @@ (unparse-directory (missing-arg) :type function) (unparse-file (missing-arg) :type function) (unparse-enough (missing-arg) :type function) + (unparse-directory-separator (missing-arg) :type simple-string) (customary-case (missing-arg) :type (member :upper :lower))) (def!method print-object ((host host) stream) @@ -49,6 +50,7 @@ (unparse-directory #'unparse-logical-directory) (unparse-file #'unparse-logical-file) (unparse-enough #'unparse-enough-namestring) + (unparse-directory-separator ";") (customary-case :upper))) (name "" :type simple-base-string) (translations nil :type list)