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 plugin/mozilla-sdk/inc...


From: Markus Gothe
Subject: [Gnash-commit] gnash libbase/tu_types.h plugin/mozilla-sdk/inc...
Date: Tue, 17 Oct 2006 20:52:58 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/17 20:52:58

Modified files:
        libbase        : tu_types.h 
        plugin/mozilla-sdk/include: prcpucfg.h 

Log message:
        Changed from uppercase to lowercase: SGI->sgi.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_types.h?cvsroot=gnash&r1=1.26&r2=1.27
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/mozilla-sdk/include/prcpucfg.h?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: libbase/tu_types.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_types.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- libbase/tu_types.h  11 Oct 2006 18:53:53 -0000      1.26
+++ libbase/tu_types.h  17 Oct 2006 20:52:58 -0000      1.27
@@ -74,7 +74,7 @@
 #endif
 
 #ifndef BYTE_ORDER
-#if defined(__sgi) || defined(SGI) || defined(__sgi__) || defined(__FreeBSD__) 
|| defined(__FreeBSD) || defined(__OpenBSD) || defined(__OpenBSD__) || 
defined(__NetBSD__) || defined(__NetBSD)
+#if defined(__sgi) || defined(sgi) || defined(__sgi__) || defined(__FreeBSD__) 
|| defined(__FreeBSD) || defined(__OpenBSD) || defined(__OpenBSD__) || 
defined(__NetBSD__) || defined(__NetBSD)
        #include <sys/endian.h>
 #else
        #include <endian.h>

Index: plugin/mozilla-sdk/include/prcpucfg.h
===================================================================
RCS file: /sources/gnash/gnash/plugin/mozilla-sdk/include/prcpucfg.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- plugin/mozilla-sdk/include/prcpucfg.h       31 Aug 2006 03:24:11 -0000      
1.6
+++ plugin/mozilla-sdk/include/prcpucfg.h       17 Oct 2006 20:52:58 -0000      
1.7
@@ -397,7 +397,7 @@
 #define PR_BYTES_PER_WORD_LOG2   2
 #define PR_BYTES_PER_DWORD_LOG2  3
 
-#elif defined(__sgi) || defined(SGI) || defined(__sgi__)
+#elif defined(__sgi) || defined(sgi) || defined(__sgi__)
 
 #ifndef IRIX
        #define IRIX




reply via email to

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