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:
parent
31ba73cb9d
commit
806f25b218
1 changed files with 2 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue