From: Nicolas Pitre Date: Tue, 18 Aug 2009 19:37:22 +0000 (-0400) Subject: block-sha1: guard gcc extensions with __GNUC__ X-Git-Tag: v1.6.5-rc0~30^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e9c5dcd1313dd4e2f606419ce3d228c99fae2c40?ds=inline;hp=e9c5dcd1313dd4e2f606419ce3d228c99fae2c40 block-sha1: guard gcc extensions with __GNUC__ With this, the code should now be portable to any C compiler. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano ---