1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-03 03:37:38 +01:00

Usage of hidden visibility was temporary disabled for pathcc

This commit is contained in:
Alexander Esilevich 2010-08-23 07:14:08 +07:00
parent f0bb27017d
commit 262fa7f56e

View file

@ -68,7 +68,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#endif
#ifdef __GNUC__
#if defined(__GNUC__) && !defined(__PATHCC__)
# define UNUSED __attribute__((unused))
# define NORETURN __attribute__((noreturn))
# define ALIAS(name) __attribute__((alias (#name)))