add comment, no code changes

This commit is contained in:
Denis Vlasenko 2008-11-01 13:40:32 +00:00
parent 1a9e9bdd93
commit 9b0f6e1142

View File

@ -132,6 +132,7 @@
# define BB_LITTLE_ENDIAN 1
#endif
/* SWAP_LEnn means "convert CPU<->little_endian by swapping bytes" */
#if BB_BIG_ENDIAN
#define SWAP_BE16(x) (x)
#define SWAP_BE32(x) (x)