cleanup to filesys.c's handling of file name separators
authorAndy Wingo <wingo@pobox.com>
Sun, 24 Feb 2013 13:15:06 +0000 (14:15 +0100)
committerAndy Wingo <wingo@pobox.com>
Sun, 24 Feb 2013 13:20:18 +0000 (14:20 +0100)
commit7a17979ea4ae769c60ca4ca291cca877701c08e1
tree9d7509b1e0261a92816e1e7177a14153de9015c0
parentc21939bc247e2e36a5d698c60ba4a03cd3bbaf38
cleanup to filesys.c's handling of file name separators

* libguile/filesys.c (is_file_name_separator): New helper, as in
  load.c.
  (scm_dirname, scm_basename, scm_i_relativize_path): Use
  is_file_name_separator.
libguile/filesys.c