From 598be9b11cb6785ec7a71862dd9c3dc9b90543cd Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 1 Mar 2006 08:19:18 +0000 Subject: [PATCH] the visibility attribute also works with gcc3.4 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8921 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index 4cb10597d..8670170f7 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -3,7 +3,7 @@ Version 1.3.29 (In progress) 03/01/2006: mmatus Use the GCC visibility attribute in SWIGEXPORT. - Now you can compile (with gcc 4.0 or later) using + Now you can compile (with gcc 3.4 or later) using CFLAGS="-fvisibility=hidden". Check the difference for the 'std_containers.i' python