diff --git a/lib/chibi/pathname.scm b/lib/chibi/pathname.scm index b284df18..e5f0e13b 100644 --- a/lib/chibi/pathname.scm +++ b/lib/chibi/pathname.scm @@ -1,8 +1,6 @@ ;; Copyright (c) 2009-2013 Alex Shinn. All rights reserved. ;; BSD-style license: http://synthcode.com/license.txt -;;> A general, non-filesystem-specific pathname library. - ;; POSIX basename ;; (define (path-strip-directory path) ;; (if (string=? path "") diff --git a/lib/chibi/pathname.sld b/lib/chibi/pathname.sld index 75e77409..2abef88b 100644 --- a/lib/chibi/pathname.sld +++ b/lib/chibi/pathname.sld @@ -1,4 +1,6 @@ +;;> A general, non-filesystem-specific pathname library. + (define-library (chibi pathname) (export path-strip-directory path-directory path-extension path-strip-extension path-replace-extension