]> granicus.if.org Git - neomutt/commit
Fixes for endianness detection (#893)
authorPietro Cerutti <gahr@gahr.ch>
Mon, 23 Oct 2017 11:50:37 +0000 (12:50 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2017 11:50:37 +0000 (12:50 +0100)
commit5a2ef14bfc98ee9fe8b4efd4f9a72879363e32dc
treebfcc9faad807dc54da6b467f1e7936907b4eae5b
parentf21b09d5b9304832e7d6a1ad849ee9d716c1cc1b
Fixes for endianness detection (#893)

* Move endian check after system extensions

GNU/Linux does not seem to define BYTE_ORDER in vanilla c99 mode.

Issue #883

* Make sure WORDS_BIGENDIAN is defined if big-endian

Issue #883

* Fix typo: s/Endianess/Endianness/

Issue #883
auto.def