Rename module '_Noreturn' to 'snippet/_Noreturn'.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Jul 2011 09:56:28 +0000 (11:56 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 12 Jul 2011 09:58:50 +0000 (11:58 +0200)
* 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.

ChangeLog
build-aux/_Noreturn.h [deleted file]
build-aux/snippet/_Noreturn.h [new file with mode: 0644]
modules/_Noreturn [deleted file]
modules/snippet/_Noreturn [new file with mode: 0644]
modules/stdlib

index 45e9b35..0e6eb43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 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.
 
        Rename module 'warn-on-use' to 'snippet/warn-on-use'.
diff --git a/build-aux/_Noreturn.h b/build-aux/_Noreturn.h
deleted file mode 100644 (file)
index 1a7b4da..0000000
+++ /dev/null
@@ -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
diff --git a/build-aux/snippet/_Noreturn.h b/build-aux/snippet/_Noreturn.h
new file mode 100644 (file)
index 0000000..1a7b4da
--- /dev/null
@@ -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
diff --git a/modules/_Noreturn b/modules/_Noreturn
deleted file mode 100644 (file)
index 68ba4f7..0000000
+++ /dev/null
@@ -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
diff --git a/modules/snippet/_Noreturn b/modules/snippet/_Noreturn
new file mode 100644 (file)
index 0000000..2b93a70
--- /dev/null
@@ -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
index 380f13b..9ab19ee 100644 (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