Rename ENDSWAP_INT to ENDSWAP_32.

This commit is contained in:
Erik de Castro Lopo
2012-03-05 21:12:20 +11:00
parent b81e794302
commit 2f8b6a0349
3 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ typedef FLAC__uint32 brword;
#if WORDS_BIGENDIAN
#define SWAP_BE_WORD_TO_HOST(x) (x)
#else
#define SWAP_BE_WORD_TO_HOST(x) ENDSWAP_INT(x)
#define SWAP_BE_WORD_TO_HOST(x) ENDSWAP_32(x)
#endif
/* counts the # of zero MSBs in a word */
#define COUNT_ZERO_MSBS(word) ( \