From 9b0f6e1142ae134900f879584b95f050416757df Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 1 Nov 2008 13:40:32 +0000 Subject: add comment, no code changes --- include/platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/platform.h') diff --git a/include/platform.h b/include/platform.h index b31108267..8657ba478 100644 --- a/include/platform.h +++ b/include/platform.h @@ -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) -- cgit v1.2.3