aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert2019-04-13 21:13:16 -0700
committerPaul Eggert2019-04-13 21:13:57 -0700
commitd209d646220bf1967e12d2de5c37b2be82e29835 (patch)
tree88c75c939d82b0d6c6659c1ebeda3de21eae06a4 /lib
parentc49f5d573b37f7aaa8d480d568c7e26d975f0320 (diff)
downloademacs-d209d646220bf1967e12d2de5c37b2be82e29835.tar.gz
emacs-d209d646220bf1967e12d2de5c37b2be82e29835.zip
Update from Gnulib
This incorporates: 2019-04-07 Add copyright notices in several files * build-aux/config.sub, doc/misc/texinfo.tex, lib/_Noreturn.h: Copy from Gnulib. * lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'lib')
-rw-r--r--lib/_Noreturn.h16
-rw-r--r--lib/gnulib.mk.in1
2 files changed, 17 insertions, 0 deletions
diff --git a/lib/_Noreturn.h b/lib/_Noreturn.h
index 7594e4b0c0b..db9b45554c5 100644
--- a/lib/_Noreturn.h
+++ b/lib/_Noreturn.h
@@ -1,3 +1,19 @@
1/* A C macro for declaring that a function does not return.
2 Copyright (C) 2011-2019 Free Software Foundation, Inc.
3
4 This program is free software: you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published
6 by the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <https://www.gnu.org/licenses/>. */
16
1#ifndef _Noreturn 17#ifndef _Noreturn
2# if (defined __cplusplus \ 18# if (defined __cplusplus \
3 && ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \ 19 && ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in
index 0d9a885be3d..1450df9f638 100644
--- a/lib/gnulib.mk.in
+++ b/lib/gnulib.mk.in
@@ -179,6 +179,7 @@ CAIRO_LIBS = @CAIRO_LIBS@
179CC = @CC@ 179CC = @CC@
180CFLAGS = @CFLAGS@ 180CFLAGS = @CFLAGS@
181CFLAGS_SOUND = @CFLAGS_SOUND@ 181CFLAGS_SOUND = @CFLAGS_SOUND@
182CHECK_STRUCTS = @CHECK_STRUCTS@
182CLIENTRES = @CLIENTRES@ 183CLIENTRES = @CLIENTRES@
183CLIENTW = @CLIENTW@ 184CLIENTW = @CLIENTW@
184CM_OBJ = @CM_OBJ@ 185CM_OBJ = @CM_OBJ@