diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-17 18:07:48 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-17 18:07:48 +0200 |
commit | 8e5417ad28fd3821e830446f2c74ccc22adde70e (patch) | |
tree | e2220f020440ebf3d225e586f330fa660773fdab /gl/m4/visibility.m4 | |
parent | fd27a1bfa9b26ae706265322fa6eb20bbd6a1721 (diff) | |
download | gnutls-8e5417ad28fd3821e830446f2c74ccc22adde70e.tar.gz |
Updated gnulib.
Diffstat (limited to 'gl/m4/visibility.m4')
-rw-r--r-- | gl/m4/visibility.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/m4/visibility.m4 b/gl/m4/visibility.m4 index 7b24d39e68..a7d4d8c1dd 100644 --- a/gl/m4/visibility.m4 +++ b/gl/m4/visibility.m4 @@ -1,4 +1,4 @@ -# visibility.m4 serial 4 (gettext-0.18.2) +# visibility.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2005, 2008, 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -12,7 +12,7 @@ dnl __attribute__((__visibility__("hidden"))) and dnl __attribute__((__visibility__("default"))). dnl Does *not* test for __visibility__("protected") - which has tricky dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on -dnl MacOS X. +dnl Mac OS X. dnl Does *not* test for __visibility__("internal") - which has processor dnl dependent semantics. dnl Does *not* test for #pragma GCC visibility push(hidden) - which is |