summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2012-06-16 00:04:09 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2012-06-16 00:04:09 (GMT)
commitb33dcade4e50775563b85fe044d1abce5a5b24d7 (patch)
tree7ea34b4c0b3d3f2904f513721d4ce83704849fa6
parentebc041cb5194b4ed5f6a3fa96c5bd78d41151169 (diff)
downloadlz4-b33dcade4e50775563b85fe044d1abce5a5b24d7.zip
lz4-b33dcade4e50775563b85fe044d1abce5a5b24d7.tar.gz
lz4-b33dcade4e50775563b85fe044d1abce5a5b24d7.tar.bz2
git-svn-id: https://lz4.googlecode.com/svn/trunk@68 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
-rw-r--r--lz4demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lz4demo.c b/lz4demo.c
index acea04f..9bb3392 100644
--- a/lz4demo.c
+++ b/lz4demo.c
@@ -57,7 +57,7 @@
#if defined(_MSC_VER) // Visual Studio
#define swap32 _byteswap_ulong
-#elif GCC_VERSION >= 402
+#elif GCC_VERSION >= 430
#define swap32 __builtin_bswap32
#else
static inline unsigned int swap32(unsigned int x) {