mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI

This commit is contained in:
Ben Byer
2007-10-14 18:07:03 -07:00
parent ec0fc012e9
commit 3d4eb17b38
19 changed files with 44 additions and 50 deletions

View File

@@ -260,7 +260,7 @@ SOFTWARE.
#if defined(ibm032) || defined (ibm)
#ifdef i386
#ifdef __i386__
# define IMAGE_BYTE_ORDER LSBFirst /* Value for PS/2 only */
#else
# define IMAGE_BYTE_ORDER MSBFirst /* Values for the RT only*/
@@ -270,7 +270,7 @@ SOFTWARE.
#define GETLEFTBITS_ALIGNMENT 4
/* ibm pcc doesn't understand pragmas. */
#ifdef i386
#ifdef __i386__
#define BITMAP_SCANLINE_UNIT 8
#endif
@@ -444,10 +444,9 @@ SOFTWARE.
#endif /* luna */
#if (defined(SVR4) && defined(i386)) || \
#if (defined(SVR4) && defined(__i386__)) || \
defined(__alpha__) || defined(__alpha) || \
defined(__i386__) || defined(__i386) || \
defined(__QNX__) || \
defined(__i386__) || defined(__QNX__) || \
defined(__s390x__) || defined(__s390__)
#ifndef IMAGE_BYTE_ORDER