gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash libbase/tu_types.h ./ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash libbase/tu_types.h ./ChangeLog
Date: Mon, 29 May 2006 15:07:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/05/29 15:07:20

Modified files:
        libbase        : tu_types.h 
        .              : ChangeLog 

Log message:
        * libbase/tu_types.h: Check for more variations of the ENDIAN
        constants. Bug #16682.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/libbase/tu_types.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.387&tr2=1.388&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.387 gnash/ChangeLog:1.388
--- gnash/ChangeLog:1.387       Mon May 29 14:22:05 2006
+++ gnash/ChangeLog     Mon May 29 15:07:20 2006
@@ -1,3 +1,8 @@
+2006-05-29  Rob Savoye  <address@hidden>
+
+       * libbase/tu_types.h: Check for more variations of the ENDIAN
+       constants. Bug #16682.
+
 2006-05-30 Rob Savoye <address@hidden>
 
        * configure.ac: Link to the test config file in
Index: gnash/libbase/tu_types.h
diff -u gnash/libbase/tu_types.h:1.8 gnash/libbase/tu_types.h:1.9
--- gnash/libbase/tu_types.h:1.8        Thu May 25 12:13:55 2006
+++ gnash/libbase/tu_types.h    Mon May 29 15:07:20 2006
@@ -67,7 +67,7 @@
 #  endif // BYTE_ORDER
 #endif // BYTE_ORDER
 
-#if BYTE_ORDER == __LITTLE_ENDIAN
+#if ((BYTE_ORDER == __LITTLE_ENDIAN)||(BYTE_ORDER == _LITTLE_ENDIAN))
 #      define _TU_LITTLE_ENDIAN_ 1
 #else
 #      undef _TU_LITTLE_ENDIAN_




reply via email to

[Prev in Thread] Current Thread [Next in Thread]