mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
fixed yet another endian issue (I used the wrong define for it)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
# define htobe64 hto64be
|
||||
# endif
|
||||
# else // no sys/endian.h
|
||||
# ifdef __BIG_ENDIAN
|
||||
# ifdef __CPU_IS_BIG_ENDIAN
|
||||
# define be32toh(x) (x)
|
||||
# define htobe32(x) (x)
|
||||
# define be64toh(x) (x)
|
||||
|
||||
Reference in New Issue
Block a user