mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Update from Gnulib by running admin/merge-gnulib
This commit is contained in:
parent
bdb13a0e5c
commit
3adf3f546e
68 changed files with 262 additions and 197 deletions
|
|
@ -29,6 +29,10 @@
|
|||
/* The include_next requires a split double-inclusion guard. */
|
||||
# @INCLUDE_NEXT@ @NEXT_ENDIAN_H@
|
||||
|
||||
#elif @HAVE_SYS_ENDIAN_H@
|
||||
|
||||
# include <sys/endian.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
@ -69,7 +73,7 @@ _GL_INLINE_HEADER_BEGIN
|
|||
# define BYTE_ORDER LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
#if @HAVE_ENDIAN_H@
|
||||
#if @HAVE_ENDIAN_H@ || @HAVE_SYS_ENDIAN_H@
|
||||
|
||||
/* Make sure we don't have any system definitions. */
|
||||
# undef be16toh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue