1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

Rename module '_Noreturn' to 'snippet/_Noreturn'.

* modules/snippet/_Noreturn: Renamed from modules/_Noreturn.
(Files, Makefile.am): Update.
* build-aux/snippet/_Noreturn.h: Renamed from build-aux/_Noreturn.h.
* modules/stdlib (Depends-on): Update.
This commit is contained in:
Bruno Haible
2011-07-12 11:56:28 +02:00
parent 78023f0fed
commit 3ee6fd4736
4 changed files with 11 additions and 3 deletions

27
modules/snippet/_Noreturn Normal file
View File

@@ -0,0 +1,27 @@
Description:
The _Noreturn keyword of C1X.
Applicability:
all
Files:
build-aux/snippet/_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 Makefile.am that
# need it. This is ensured by the applicability 'all' defined above.
_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
Include:
License:
LGPLv2+
Maintainer:
all