emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

endianness test in md5.c


From: Ulrich Mueller
Subject: endianness test in md5.c
Date: Sat, 18 Oct 2008 10:27:13 +0200

src/md5.c contains the following code:

   # include <endian.h>
   # if __BYTE_ORDER == __BIG_ENDIAN
   #  define WORDS_BIG_ENDIAN 1
   # endif

I wonder, shouldn't it just use the macro defined in m/*.h instead
(at least for the case that HAVE_CONFIG_H is defined)?

Ulrich




reply via email to

[Prev in Thread] Current Thread [Next in Thread]