From bad5feff45d5336c1d6de9f6aee69a2abab88a9f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 29 Jul 2022 06:55:56 -0700 Subject: rel-path, path-equal: relocate. * stdlib/copy-file.tl (path-simplify, path-split, path-volume, rel-path, path-equal): Remove from here. * stdlib/path-test.tl: (path-simplify, path-split, path-volume, rel-path, path-equal): Move to here. --- autoload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autoload.c') diff --git a/autoload.c b/autoload.c index b646f914..66479326 100644 --- a/autoload.c +++ b/autoload.c @@ -197,6 +197,7 @@ static val path_test_set_entries(val fun) lit("path-same-object"), lit("path-private-to-me-p"), lit("path-strictly-private-to-me-p"), lit("path-dir-empty"), + lit("rel-path"), lit("path-equal"), nil }; autoload_set(al_fun, name, fun); @@ -747,8 +748,7 @@ static val copy_file_set_entries(val fun) val name[] = { lit("copy-file"), lit("copy-files"), lit("cat-files"), lit("copy-path-rec"), lit("remove-path-rec"), - lit("chown-rec"), lit("chmod-rec"), lit("touch"), lit("rel-path"), - lit("path-equal"), + lit("chown-rec"), lit("chmod-rec"), lit("touch"), nil }; autoload_set(al_struct, sname, fun); -- cgit v1.2.3