]> git.eshelyaron.com Git - emacs.git/commit
Port double-slash test to z/OS
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Jul 2019 18:28:48 +0000 (11:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Jul 2019 19:11:32 +0000 (12:11 -0700)
commit50126f2049a03d2910412572c98bafbc26f3db31
treef10373da4a557b21d25324fa8b555b338c992ec0
parentf2cc674ebcac8eb38ce09287fd76e3608cd3b5c3
Port double-slash test to z/OS

* admin/merge-gnulib (GNULIB_MODULES): Add double-slash-root.
Emacs was already using this Gnulib module indirectly, so this
is merely noting that there is now a direct dependency.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/fileio.c (search_embedded_absfilename):
Use DOUBLE_SLASH_IS_DISTINCT_ROOT instead of (WINDOWSNT || CYGWIN).
Simplify.
admin/merge-gnulib
lib/gnulib.mk.in
m4/gnulib-comp.m4
src/fileio.c