[Freeswitch-svn] [commit] r12154 - freeswitch/trunk/libs/libteletone/src
FreeSWITCH SVN
mikej at freeswitch.org
Wed Feb 18 20:41:38 PST 2009
Author: mikej
Date: Wed Feb 18 22:41:38 2009
New Revision: 12154
Log:
fix suncc visibility support in libteletone
Modified:
freeswitch/trunk/libs/libteletone/src/libteletone.h
Modified: freeswitch/trunk/libs/libteletone/src/libteletone.h
==============================================================================
--- freeswitch/trunk/libs/libteletone/src/libteletone.h (original)
+++ freeswitch/trunk/libs/libteletone/src/libteletone.h Wed Feb 18 22:41:38 2009
@@ -110,7 +110,7 @@
#define teletone_assert(expr) assert(expr)
#endif
-#if (defined(__GNUC__) || defined(__SUNCC__)) && defined(HAVE_VISIBILITY)
+#if (defined(__GNUC__) || defined(__SUNPRO_CC) || defined (__SUNPRO_C)) && defined(HAVE_VISIBILITY)
#define TELETONE_API __attribute__((visibility("default")))
#else
#define TELETONE_API
More information about the Freeswitch-svn
mailing list