view modules/snippet/_Noreturn @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents a77371738a7e
children
line wrap: on
line source

Description:
The _Noreturn keyword of C11.

Applicability:
all

Files:
lib/_Noreturn.h

Depends-on:

configure.ac:

Makefile.am:
# Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.

_NORETURN_H=$(srcdir)/_Noreturn.h

Include:

License:
LGPLv2+

Maintainer:
all