1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

(BIG_ENDIAN): Don't define if already defined.

This commit is contained in:
Richard M. Stallman 1993-08-11 20:42:43 +00:00
parent 89eb0213a7
commit dc35af79cb

View file

@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
is the most significant byte. */
#ifndef BIG_ENDIAN
#define BIG_ENDIAN
#endif
/* 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. */