disable visibility

SVN revision: 19681
This commit is contained in:
Carsten Haitzler 2006-01-10 07:33:12 +00:00
parent d08bfbb6c6
commit 177af5e235
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
#ifdef __GNUC__
# if __GNUC__ >= 4
# pragma GCC visibility push(hidden)
// BROKEN in gcc 4 on amd64
//# pragma GCC visibility push(hidden)
# endif
#endif