Author: pfg
Date: Wed Nov 25 16:55:51 2015
New Revision: 1716484
URL: http://svn.apache.org/viewvc?rev=1716484&view=rev
Log:
i125711 - Illumos port: generalize MAX_ALIGNMENT for Solaris
GCC in Ilumos appears to behave exactly like the Solaris SUNPRO
compiler so generalize the case for Solaris.
Modified:
openoffice/trunk/main/cppu/source/uno/data.cxx
Modified: openoffice/trunk/main/cppu/source/uno/data.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/cppu/source/uno/data.cxx?rev=1716484&r1=1716483&r2=1716484&view=diff
==============================================================================
--- openoffice/trunk/main/cppu/source/uno/data.cxx (original)
+++ openoffice/trunk/main/cppu/source/uno/data.cxx Wed Nov 25 16:55:51 2015
@@ -356,8 +356,8 @@ sal_Bool SAL_CALL uno_type_isAssignableF
#endif
#if defined(INTEL) \
- && (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) ||
defined(OS2)) || defined(MACOSX) \
- || defined(__SUNPRO_CC) && defined(SOLARIS))
+ && (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) \
+ || defined(OS2)) || defined(MACOSX) || defined(SOLARIS))
#define MAX_ALIGNMENT_4
#endif