all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* endianness test in md5.c
@ 2008-10-18  8:27 Ulrich Mueller
  2008-10-18  9:06 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Mueller @ 2008-10-18  8:27 UTC (permalink / raw
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-18  9:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18  8:27 endianness test in md5.c Ulrich Mueller
2008-10-18  9:06 ` Andreas Schwab
2008-10-18  9:15   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.