comparison src/m/mips.h @ 78499:49b363c28dce

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:47:10 +0000
parents 6aba169c4b1f
children f27b84de02cf 424b655804ca
comparison
equal deleted inserted replaced
78498:2c1650eb5a96 78499:49b363c28dce
27 NOTE-START 27 NOTE-START
28 Use mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world. 28 Use mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world.
29 Note that the proper m file for the Decstation is pmax.h. 29 Note that the proper m file for the Decstation is pmax.h.
30 NOTE-END */ 30 NOTE-END */
31 31
32 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 32 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
33 is the most significant byte. */ 33 is the most significant byte. */
34 34
35 #if ! (defined (__MIPSEL__) || defined (MIPSEL) || defined (_MIPSEL)) 35 #if ! (defined (__MIPSEL__) || defined (MIPSEL) || defined (_MIPSEL))
36 #define WORDS_BIG_ENDIAN 36 #define WORDS_BIG_ENDIAN
37 #endif 37 #endif