X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=compat%2Fbswap.h;h=54756dbb05ba99ab1679f17a50f04c3f1cede8e6;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=f3b8c44181776a99c3eb79e15542104d67001c9d;hpb=e25ccff14071ec3628153992acc82b9922e16938;p=git.git diff --git a/compat/bswap.h b/compat/bswap.h index f3b8c4418..54756dbb0 100644 --- a/compat/bswap.h +++ b/compat/bswap.h @@ -17,6 +17,8 @@ static inline uint32_t default_swab32(uint32_t val) ((val & 0x000000ff) << 24)); } +#undef bswap32 + #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) #define bswap32(x) ({ \