libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4.3-31-g5ecee55


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.3-31-g5ecee55
Date: Mon, 17 Nov 2014 16:01:30 +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 Libtool".

The branch, master has been updated
       via  5ecee55e0fa9478e2046f1d67f4111b5bd6ce227 (commit)
      from  f540df86d6a613eac4fa16c6e5f07b08c348e495 (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 5ecee55e0fa9478e2046f1d67f4111b5bd6ce227
Author: Vincent Lefevre <address@hidden>
Date:   Mon Nov 17 15:59:11 2014 +0000

    libtool: fix comment typo.
    
    * m4/libtool.m4: Fix -fvisbility=hidden typo in a comment.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 m4/libtool.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 281e70f..6143541 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1840,7 +1840,7 @@ else
 #  endif
 #endif
 
-/* When -fvisbility=hidden is used, assume the code has been annotated
+/* When -fvisibility=hidden is used, assume the code has been annotated
    correspondingly for the symbols needed.  */
 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || 
(__GNUC__ > 3))
 int fnord () __attribute__((visibility("default")));


hooks/post-receive
-- 
GNU Libtool



reply via email to

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