gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_10-1-g18cc9


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_10-1-g18cc9f9
Date: Sun, 04 Sep 2011 10:38:36 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=18cc9f9280b11770d50f004c3d586fd238a36e08

The branch, gnutls_2_12_x has been updated
       via  18cc9f9280b11770d50f004c3d586fd238a36e08 (commit)
      from  18e25c1586a9681bccfcd5cbbe19fbb8eb0890da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 18cc9f9280b11770d50f004c3d586fd238a36e08
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 4 12:05:38 2011 +0200

    added snippet

-----------------------------------------------------------------------

Summary of changes:
 build-aux/snippet/_Noreturn.h         |   10 ++++++++++
 build-aux/{ => snippet}/arg-nonnull.h |    0
 build-aux/{ => snippet}/c++defs.h     |    0
 build-aux/{ => snippet}/warn-on-use.h |    0
 4 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 build-aux/snippet/_Noreturn.h
 copy build-aux/{ => snippet}/arg-nonnull.h (100%)
 copy build-aux/{ => snippet}/c++defs.h (100%)
 copy build-aux/{ => snippet}/warn-on-use.h (100%)

diff --git a/build-aux/snippet/_Noreturn.h b/build-aux/snippet/_Noreturn.h
new file mode 100644
index 0000000..1a7b4da
--- /dev/null
+++ b/build-aux/snippet/_Noreturn.h
@@ -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/build-aux/arg-nonnull.h b/build-aux/snippet/arg-nonnull.h
similarity index 100%
copy from build-aux/arg-nonnull.h
copy to build-aux/snippet/arg-nonnull.h
diff --git a/build-aux/c++defs.h b/build-aux/snippet/c++defs.h
similarity index 100%
copy from build-aux/c++defs.h
copy to build-aux/snippet/c++defs.h
diff --git a/build-aux/warn-on-use.h b/build-aux/snippet/warn-on-use.h
similarity index 100%
copy from build-aux/warn-on-use.h
copy to build-aux/snippet/warn-on-use.h


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]