gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / snippet / _Noreturn
1 Description:
2 The _Noreturn keyword of C11.
3
4 Applicability:
5 all
6
7 Files:
8 build-aux/snippet/_Noreturn.h
9
10 Depends-on:
11
12 configure.ac:
13
14 Makefile.am:
15 # Because this Makefile snippet defines a variable used by other
16 # gnulib Makefile snippets, it must be present in all Makefile.am that
17 # need it. This is ensured by the applicability 'all' defined above.
18
19 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
20
21 Include:
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 all