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

View File

@@ -1,3 +1,11 @@
2011-07-12 Bruno Haible <bruno@clisp.org>
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.
2011-07-12 Bruno Haible <bruno@clisp.org>
* NEWS: Mention the changes.

View File

@@ -5,7 +5,7 @@ Applicability:
all
Files:
build-aux/_Noreturn.h
build-aux/snippet/_Noreturn.h
Depends-on:
@@ -16,7 +16,7 @@ Makefile.am:
# 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/_Noreturn.h
_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
Include:

View File

@@ -6,11 +6,11 @@ lib/stdlib.in.h
m4/stdlib_h.m4
Depends-on:
_Noreturn
include_next
snippet/arg-nonnull
snippet/c++defs
snippet/warn-on-use
snippet/_Noreturn
stddef
unistd