Revert "io.pathnames: fix separator when appending paths in Windows"

This reverts commit b477c43293.
char-rename
John Benediktsson 2016-08-23 09:54:16 -07:00
parent b477c43293
commit acb4dec55d
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ PRIVATE>
: append-relative-path ( path1 path2 -- path )
[ trim-tail-separators ]
[ trim-head-separators ] bi* path-separator glue ;
[ trim-head-separators ] bi* "/" glue ;
: append-path ( path1 path2 -- path )
{