diff options
| author | Richard M. Stallman | 1993-08-11 20:42:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-11 20:42:43 +0000 |
| commit | dc35af79cba6784bcd520e11545bf43240c016d9 (patch) | |
| tree | 713b67d7769d5bb0705757774fac4c1416e1e0f9 /src/m | |
| parent | 89eb0213a76261be0ac53f99a96c8a7201d98694 (diff) | |
| download | emacs-dc35af79cba6784bcd520e11545bf43240c016d9.tar.gz emacs-dc35af79cba6784bcd520e11545bf43240c016d9.zip | |
(BIG_ENDIAN): Don't define if already defined.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmrs6000.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 4988ca7f681..805e63872c0 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 34 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | 34 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word |
| 35 | is the most significant byte. */ | 35 | is the most significant byte. */ |
| 36 | 36 | ||
| 37 | #ifndef BIG_ENDIAN | ||
| 37 | #define BIG_ENDIAN | 38 | #define BIG_ENDIAN |
| 39 | #endif | ||
| 38 | 40 | ||
| 39 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 41 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 40 | * group of arguments and treat it as an array of the arguments. */ | 42 | * group of arguments and treat it as an array of the arguments. */ |