dbertoni 01/08/10 11:02:59 Modified: c/src/Include GCCDefinitions.hpp Log: New platform. Revision Changes Path 1.17 +1 -1 xml-xalan/c/src/Include/GCCDefinitions.hpp Index: GCCDefinitions.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/Include/GCCDefinitions.hpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- GCCDefinitions.hpp 2001/08/10 17:49:49 1.16 +++ GCCDefinitions.hpp 2001/08/10 18:02:59 1.17 @@ -83,7 +83,7 @@ // This will change, depending upon the target platform. -#if defined(SOLARIS) || defined(powerpc) || defined(__sparc__) +#if defined(SOLARIS) || defined(powerpc) || defined(__sparc__) || defined(AIX) #define XALAN_BIG_ENDIAN #elif defined(__i386__) || defined(__alpha__) #define XALAN_LITLE_ENDIAN
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
