diff options
| author | Richard M. Stallman | 1994-05-18 05:50:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-18 05:50:51 +0000 |
| commit | 83dcaada849b9882caacdc96204f6c04d787d9b7 (patch) | |
| tree | 8a4054d9dd640d66985ef957397cf3aa86e8b7dd /src/m | |
| parent | 376b3ec26ad96dc49ce5ceb7c6df646fad69c25f (diff) | |
| download | emacs-83dcaada849b9882caacdc96204f6c04d787d9b7.tar.gz emacs-83dcaada849b9882caacdc96204f6c04d787d9b7.zip | |
(WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/tek4300.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m/tek4300.h b/src/m/tek4300.h index d91a77c7d39..44dd64fd445 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h | |||
| @@ -33,8 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | 33 | ||
| 34 | /* 68000 has lowest-numbered byte as most significant */ | 34 | /* 68000 has lowest-numbered byte as most significant */ |
| 35 | 35 | ||
| 36 | /* This value matches the value the system gives it. */ | 36 | #define WORDS_BIG_ENDIAN |
| 37 | #define BIG_ENDIAN 4321 | ||
| 38 | 37 | ||
| 39 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 38 | /* 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. */ | 39 | * group of arguments and treat it as an array of the arguments. */ |