add comment, no code changes
This commit is contained in:
@ -132,6 +132,7 @@
|
|||||||
# define BB_LITTLE_ENDIAN 1
|
# define BB_LITTLE_ENDIAN 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* SWAP_LEnn means "convert CPU<->little_endian by swapping bytes" */
|
||||||
#if BB_BIG_ENDIAN
|
#if BB_BIG_ENDIAN
|
||||||
#define SWAP_BE16(x) (x)
|
#define SWAP_BE16(x) (x)
|
||||||
#define SWAP_BE32(x) (x)
|
#define SWAP_BE32(x) (x)
|
||||||
|
Reference in New Issue
Block a user