]> git.eshelyaron.com Git - emacs.git/commitdiff
(WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 May 1994 05:50:51 +0000 (05:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 May 1994 05:50:51 +0000 (05:50 +0000)
src/m/tek4300.h

index d91a77c7d3919e6a62479aed1678cba69fe681a8..44dd64fd445126deb4a78bcce933c26cfd56569d 100644 (file)
@@ -33,8 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* 68000 has lowest-numbered byte as most significant */
 
-/* This value matches the value the system gives it.  */
-#define BIG_ENDIAN 4321
+#define WORDS_BIG_ENDIAN
 
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */