1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 23:50:36 -08:00

(BIG_ENDIAN): Provide a value that matches the system.

This commit is contained in:
Richard M. Stallman 1993-08-11 04:49:27 +00:00
parent 31ba73cb9d
commit 806f25b218

View file

@ -33,7 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 68000 has lowest-numbered byte as most significant */
#define BIG_ENDIAN
/* This value matches the value the system gives it. */
#define BIG_ENDIAN 4321
/* 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. */