You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2007/02/06 14:13:28 UTC

svn commit: r504124 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hymagic.h

Author: hindessm
Date: Tue Feb  6 05:13:27 2007
New Revision: 504124

URL: http://svn.apache.org/viewvc?view=rev&rev=504124
Log:
Don't force this to little endian.

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hymagic.h

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hymagic.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hymagic.h?view=diff&rev=504124&r1=504123&r2=504124
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hymagic.h (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hymagic.h Tue Feb  6 05:13:27 2007
@@ -15,11 +15,7 @@
  *  limitations under the License.
  */
 
-/*
-	Define platform endianness
- */
- 
-#define HYVM_ENV_LITTLE_ENDIAN
+#include "hycomp.h"
 
 /* Insist that only the IEEE version is built. See also fdlibm.h */
 #define HY_FIXED_VERSION fdlibm_ieee
@@ -28,7 +24,7 @@
 	If this platform does not use the standard word order for doubles
 	then pretend we are the other endian.
 */
-#ifdef HYVM_ENV_LITTLE_ENDIAN
+#ifdef HY_LITTLE_ENDIAN
 #ifdef HY_PLATFORM_DOUBLE_ORDER
 #define HY_FDLIBM_LITTLE_ENDIAN
 #endif