libidn-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libidn branch, master, updated. libidn-1-24-7-g46c2d3c


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-24-7-g46c2d3c
Date: Tue, 10 Apr 2012 15:20:07 +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 libidn".

http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=46c2d3c9b6cb55f9fcfc29b4ccd5c64520378742

The branch, master has been updated
       via  46c2d3c9b6cb55f9fcfc29b4ccd5c64520378742 (commit)
      from  2f84ec88fcff957466fae1be23a2b54eaf538748 (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 46c2d3c9b6cb55f9fcfc29b4ccd5c64520378742
Author: Simon Josefsson <address@hidden>
Date:   Tue Apr 10 17:12:11 2012 +0200

    Dummy defines for _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE.
    
    Reported by Bartosz Brachaczek <address@hidden>
    in <https://lists.gnu.org/archive/html/help-libidn/2012-04/msg00000.html>.

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

Summary of changes:
 NEWS                   |    3 +++
 THANKS                 |    1 +
 win32/include/config.h |    3 +++
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index b357715..588df9b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ See the end for copying conditions.
 
 * Version 1.25 (unreleased) [?]
 
+** MSVC: Build fixes related to _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE.
+Reported by Bartosz Brachaczek <address@hidden>.
+
 ** API and ABI is backwards compatible with the previous version.
 
 * Version 1.24 (released 2012-01-10) [stable]
diff --git a/THANKS b/THANKS
index 3fdd879..e946a45 100644
--- a/THANKS
+++ b/THANKS
@@ -102,6 +102,7 @@ Olga Limburg <address@hidden>
 Bittner Ede <address@hidden>
 René Berber <address@hidden>
 Jon Nelson <address@hidden>
+Bartosz Brachaczek <address@hidden>
 
 ----------------------------------------------------------------------
 Copying and distribution of this file, with or without modification,
diff --git a/win32/include/config.h b/win32/include/config.h
index 4cc8274..90409a4 100644
--- a/win32/include/config.h
+++ b/win32/include/config.h
@@ -43,4 +43,7 @@ extern int strverscmp (const char *, const char *);
 # define inline __inline
 #endif
 
+#define _GL_ATTRIBUTE_PURE /* empty */
+#define _GL_ATTRIBUTE_CONST /* empty */
+
 #endif /* _CONFIG_H */


hooks/post-receive
-- 
GNU libidn



reply via email to

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