mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user