diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-07-24 11:28:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-07-24 12:11:32 -0700 |
commit | 50126f2049a03d2910412572c98bafbc26f3db31 (patch) | |
tree | f10373da4a557b21d25324fa8b555b338c992ec0 /lib/gnulib.mk.in | |
parent | f2cc674ebcac8eb38ce09287fd76e3608cd3b5c3 (diff) | |
download | emacs-50126f2049a03d2910412572c98bafbc26f3db31.tar.gz |
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.
Diffstat (limited to 'lib/gnulib.mk.in')
-rw-r--r-- | lib/gnulib.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index 85fdbd2df6f..79580e931ab 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in @@ -86,6 +86,7 @@ # d-type \ # diffseq \ # dosname \ +# double-slash-root \ # dtoastr \ # dtotimespec \ # dup2 \ |