aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2019-04-24 17:29:06 -0700
committerPaul Eggert2019-04-24 17:34:32 -0700
commit41cc2b64904d2f59bdb32f76d898a2a1afb72ec7 (patch)
tree935c67898a43a1f3b6648df2724014cd6025ab39
parent4494789d2ca4b24e25fae1b3e97fb9743e9830a4 (diff)
downloademacs-41cc2b64904d2f59bdb32f76d898a2a1afb72ec7.tar.gz
emacs-41cc2b64904d2f59bdb32f76d898a2a1afb72ec7.zip
Merge from gnulib
-rwxr-xr-xbuild-aux/config.sub5
-rw-r--r--lib/gnulib.mk.in1
-rw-r--r--lib/str-two-way.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index a44fd8ae908..f53af5a2da7 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -1247,7 +1247,8 @@ case $cpu-$vendor in
1247 | v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \ 1247 | v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \
1248 | vax \ 1248 | vax \
1249 | visium \ 1249 | visium \
1250 | w65 | wasm32 \ 1250 | w65 \
1251 | wasm32 | wasm64 \
1251 | we32k \ 1252 | we32k \
1252 | x86 | x86_64 | xc16x | xgate | xps100 \ 1253 | x86 | x86_64 | xc16x | xgate | xps100 \
1253 | xstormy16 | xtensa* \ 1254 | xstormy16 | xtensa* \
@@ -1367,7 +1368,7 @@ case $os in
1367 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ 1368 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
1368 | skyos* | haiku* | rdos* | toppers* | drops* | es* \ 1369 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
1369 | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ 1370 | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
1370 | midnightbsd* | amdhsa* | unleashed* | emscripten*) 1371 | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi*)
1371 # Remember, each alternative MUST END IN *, to match a version number. 1372 # Remember, each alternative MUST END IN *, to match a version number.
1372 ;; 1373 ;;
1373 qnx*) 1374 qnx*)
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in
index 03160340c8e..ade4ff8ebdb 100644
--- a/lib/gnulib.mk.in
+++ b/lib/gnulib.mk.in
@@ -591,6 +591,7 @@ HAVE_OPENAT = @HAVE_OPENAT@
591HAVE_OPENDIR = @HAVE_OPENDIR@ 591HAVE_OPENDIR = @HAVE_OPENDIR@
592HAVE_OS_H = @HAVE_OS_H@ 592HAVE_OS_H = @HAVE_OS_H@
593HAVE_PCLOSE = @HAVE_PCLOSE@ 593HAVE_PCLOSE = @HAVE_PCLOSE@
594HAVE_PDUMPER = @HAVE_PDUMPER@
594HAVE_PIPE = @HAVE_PIPE@ 595HAVE_PIPE = @HAVE_PIPE@
595HAVE_PIPE2 = @HAVE_PIPE2@ 596HAVE_PIPE2 = @HAVE_PIPE2@
596HAVE_POPEN = @HAVE_POPEN@ 597HAVE_POPEN = @HAVE_POPEN@
diff --git a/lib/str-two-way.h b/lib/str-two-way.h
index 9155e6b5607..7078c34bdc7 100644
--- a/lib/str-two-way.h
+++ b/lib/str-two-way.h
@@ -18,7 +18,7 @@
18 18
19/* Before including this file, you need to include <config.h> and 19/* Before including this file, you need to include <config.h> and
20 <string.h>, and define: 20 <string.h>, and define:
21 RESULT_TYPE A macro that expands to the return type. 21 RETURN_TYPE A macro that expands to the return type.
22 AVAILABLE(h, h_l, j, n_l) 22 AVAILABLE(h, h_l, j, n_l)
23 A macro that returns nonzero if there are 23 A macro that returns nonzero if there are
24 at least N_L bytes left starting at H[J]. 24 at least N_L bytes left starting at H[J].