changeset 15421:b6461672c583

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.
author Bruno Haible <bruno@clisp.org>
date Tue, 12 Jul 2011 11:56:28 +0200
parents 07a4092cc186
children 56607fc4bb95
files ChangeLog build-aux/_Noreturn.h build-aux/snippet/_Noreturn.h modules/_Noreturn modules/snippet/_Noreturn modules/stdlib
diffstat 6 files changed, 46 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jul 12 11:52:23 2011 +0200
+++ b/ChangeLog	Tue Jul 12 11:56:28 2011 +0200
@@ -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.
--- a/build-aux/_Noreturn.h	Tue Jul 12 11:52:23 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#ifndef _Noreturn
-# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
-      || 0x5110 <= __SUNPRO_C)
-#  define _Noreturn __attribute__ ((__noreturn__))
-# elif 1200 <= _MSC_VER
-#  define _Noreturn __declspec (noreturn)
-# else
-#  define _Noreturn
-# endif
-#endif
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build-aux/snippet/_Noreturn.h	Tue Jul 12 11:56:28 2011 +0200
@@ -0,0 +1,10 @@
+#ifndef _Noreturn
+# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
+      || 0x5110 <= __SUNPRO_C)
+#  define _Noreturn __attribute__ ((__noreturn__))
+# elif 1200 <= _MSC_VER
+#  define _Noreturn __declspec (noreturn)
+# else
+#  define _Noreturn
+# endif
+#endif
--- a/modules/_Noreturn	Tue Jul 12 11:52:23 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-Description:
-The _Noreturn keyword of C1X.
-
-Applicability:
-all
-
-Files:
-build-aux/_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/_Noreturn.h
-
-Include:
-
-License:
-LGPLv2+
-
-Maintainer:
-all
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/snippet/_Noreturn	Tue Jul 12 11:56:28 2011 +0200
@@ -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
--- a/modules/stdlib	Tue Jul 12 11:52:23 2011 +0200
+++ b/modules/stdlib	Tue Jul 12 11:56:28 2011 +0200
@@ -6,11 +6,11 @@
 m4/stdlib_h.m4
 
 Depends-on:
-_Noreturn
 include_next
 snippet/arg-nonnull
 snippet/c++defs
 snippet/warn-on-use
+snippet/_Noreturn
 stddef
 unistd