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:
@@ -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>
|
2011-07-12 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* NEWS: Mention the changes.
|
* NEWS: Mention the changes.
|
||||||
|
@@ -5,7 +5,7 @@ Applicability:
|
|||||||
all
|
all
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
build-aux/_Noreturn.h
|
build-aux/snippet/_Noreturn.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ Makefile.am:
|
|||||||
# gnulib Makefile snippets, it must be present in all Makefile.am that
|
# gnulib Makefile snippets, it must be present in all Makefile.am that
|
||||||
# need it. This is ensured by the applicability 'all' defined above.
|
# 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:
|
Include:
|
||||||
|
|
@@ -6,11 +6,11 @@ lib/stdlib.in.h
|
|||||||
m4/stdlib_h.m4
|
m4/stdlib_h.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
_Noreturn
|
|
||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
snippet/warn-on-use
|
snippet/warn-on-use
|
||||||
|
snippet/_Noreturn
|
||||||
stddef
|
stddef
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user